Last updated 7 months ago
Was this helpful?
/v1/roles
curl -L \ --url '/v1/roles' \ --header 'Authorization: Bearer JWT'
{ "paging": { "next": { "after": "text" } }, "data": [ { "id": "text", "name": "text", "is_system": true } ] }
/v1/roles/{roleId}
curl -L \ --url '/v1/roles/{roleId}' \ --header 'Authorization: Bearer JWT'
{ "id": "text", "name": "text", "is_system": true }