Roles
GET {{api-domain}}/crm/v2/settings/roles
To retrieve the details about roles in your Organization. Please refer to the documentation for more information.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"roles":[{"display_label":"CEO","forecast_manager":null,"share_with_peers":true,"name":"CEO","description":"Users with this role have access to the data owned by all other users.","id":"738964000000015966","reporting_to":null,"admin_user":true},{"display_label":"Manager","forecast_manager":null,"share_with_peers":false,"name":"Manager","description":"Users belonging to this role cannot see data for admin users.","id":"738964000000015969","reporting_to":{"name":"CEO","id":"738964000000015966"},"admin_user":false}]}