githubEdit

Returns list of all Policies

Return a list of all roles.

get

Returns all roles.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
usernamestringRequired

User Identifier

Example: username
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
statusstring · enumOptional

Filter by status

Example: ActivePossible values:
Responses
chevron-right
200

Successful operation.

application/json
get
/permissions/users/{username}/policies

Last updated

Was this helpful?