githubEdit

Returns list of all users for whom the current user can change the role

Return a list of all users.

get

Returns all users.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
rolestringOptional

Filter by role

Example: 000000000000000000000001
statusstring · enumOptional

Filter by status

Example: ActivePossible values:
usernamestringOptional

Filter by username

Example: username
Responses
chevron-right
200

Successful operation.

application/json
get
/permissions/users

Last updated

Was this helpful?