Get User Roles

GET {{baseUrl}}/users/roles

Returns all available user roles. Requires access_token as a Bearer {{token}} in the Authorization header with read scope.

HEADERS

KeyDatatypeRequiredDescription
Authorizationnull

RESPONSES

status: OK

{"data":[{"id":"5a425b383c36823b3ed91fa1","name":"Account Owner","limit":1,"order":3},{"id":"5a425b383c36823b3ed91fa2","name":"Admin","limit":-1,"order":2},{"id":"5a425b383c36823b3ed91fa3","name":"User","limit":-1,"order":1},{"id":"5a425b383c36823b3ed91fa4","name":"Stakeholder","limit":-1,"order":0}]}