Profiles
GET {{api-domain}}/crm/v3/settings/profiles
To retrieve the data of profiles of your Organization. Please refer to the documentation for more details.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"profiles":[{"display_label":"Administrator","created_time":null,"modified_time":null,"custom":false,"name":"Administrator","modified_by":null,"description":"This profile will have all the permissions. Users with Administrator profile will be able to view and manage all the data within the organization account by default.","id":"4876876000000026011","type":"normal_profile","created_by":null},{"display_label":"Standard","created_time":null,"modified_time":null,"custom":false,"name":"Standard","modified_by":null,"description":"This profile will have all the permissions except administrative privileges.","id":"4876876000000026014","type":"normal_profile","created_by":null}]}