Users > Roles
Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
Query parameters
colsstring[]OptionalExample:
Specifies columns that are returned in the response. Use the cols[] parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.
{"value":["id","name","subsidiary","category","permissions"]}categorystring · enumOptionalExample:
Set this parameter to organization or team to get user roles in an organization or in a team.
teamPossible values: Responses
200
Successful response
application/json
get
/users/roles200
Successful response
Last updated

