mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user