Profiles
GET {{api-domain}}/crm/v2.1/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":"2020-04-01T12:57:59+05:30","custom":false,"name":"Administrator","modified_by":{"name":"Patricia Boyle","id":"4150868000000225013"},"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":"4150868000000026011","created_by":null},{"display_label":"Standard","created_time":null,"modified_time":"2020-09-15T16:46:38+05:30","custom":false,"name":"Standard","modified_by":{"name":"Patricia Boyle","id":"4150868000000225013"},"description":"This profile will have all the permissions except administrative privileges.","id":"4150868000000026014","created_by":null},{"display_label":"p2","created_time":"2020-02-25T10:35:36+05:30","modified_time":"2021-03-02T10:52:13+05:30","custom":true,"name":"p2","modified_by":{"name":"Patricia Boyle","id":"4150868000000225013"},"description":null,"id":"4150868000001416100","created_by":{"name":"Patricia Boyle","id":"4150868000000225013"}},{"display_label":"sample","created_time":"2020-03-13T16:28:12+05:30","modified_time":"2021-01-21T15:28:32+05:30","custom":true,"name":"sample","modified_by":{"name":"Patricia Boyle","id":"4150868000000225013"},"description":"sd","id":"4150868000001623001","created_by":{"name":"Patricia Boyle","id":"4150868000000225013"}}]}