Roles

Get Organization Roles

Retrieve a list of all roles of an organization.

SecurityNone or DevBrowser or ProductionBrowser or ProductionNativeApp and ProductionNativeFlag)
Request
path Parameters
organization_id
required
string

The organization ID.

query Parameters
limit
integer [ 1 .. 500 ]
Default: 10

Applies a limit to the number of results returned. Can be used for paginating the results together with offset.

offset
integer >= 0
Default: 0

Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.

Responses
200

Returns the response for Client wrapped Roles objects.

401

Request was not successful

403

Request was not successful

get/v1/organizations/{organization_id}/roles
Response samples
application/json
{
  • "response": {
    },
  • "client": {
    }
}