Returns list of all users for whom the current user can change the role
Returns all users.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIndexnumberOptionalExample:
The number of pages to skip before starting to collect the result set
0pageSizenumberOptionalExample:
The numbers of items to return
20rolestringOptionalExample:
Filter by role
000000000000000000000001statusstring · enumOptionalExample:
Filter by status
ActivePossible values: usernamestringOptionalExample:
Filter by username
usernameResponses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/permissions/usersPreviousSetting Default RoleNextRetrieves information about the user (roles, permissions assigned policies)
Last updated
Was this helpful?