Profiles
GET {{api-domain}}/crm/v2/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,"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":"738964000000015972","category":false,"created_by":null},{"display_label":"Standard","created_time":null,"modified_time":null,"name":"Standard","modified_by":null,"description":"This profile will have all the permissions except administrative privileges.","id":"738964000000015975","category":false,"created_by":null},{"display_label":"Sample","created_time":"2020-09-15T11:30:16+00:00","modified_time":"2020-09-15T11:30:16+00:00","name":"Sample","modified_by":{"name":"Patricia Boyle","id":"738964000000291009"},"description":".","id":"738964000001348001","category":true,"created_by":{"name":"Patricia Boyle","id":"738964000000291009"}}]}