Access control: Add access control sql filter to org user queries (#43961)

* Add access control SQL filter to org user queries
This commit is contained in:
Karl Persson
2022-01-13 14:40:32 +01:00
committed by GitHub
parent ccd9e46dda
commit f999910dc6
11 changed files with 266 additions and 36 deletions

View File

@@ -112,6 +112,7 @@ type GetOrgUsersQuery struct {
Limit int
IsServiceAccount bool
User *SignedInUser
Result []*OrgUserDTO
}
@@ -122,6 +123,7 @@ type SearchOrgUsersQuery struct {
Limit int
IsServiceAccount bool
User *SignedInUser
Result SearchOrgUsersQueryResult
}