Roles

GET {{api-domain}}/crm/v3/settings/roles

To retrieve the details about roles in your Organization. Please refer to the documentation for more information.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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.","reporting_to":null,"id":"4876876000000026005"},{"display_label":"Manager","forecast_manager":null,"share_with_peers":false,"name":"Manager","description":"Users belonging to this role cannot see data for admin users.","reporting_to":{"name":"CEO","id":"4876876000000026005"},"id":"4876876000000026008"},{"display_label":"Product Manager","forecast_manager":null,"share_with_peers":true,"name":"Product Manager","description":"Schedule and manage resources","reporting_to":{"name":"CEO","id":"4876876000000026005"},"id":"4876876000001073045"}]}