> For the complete documentation index, see [llms.txt](https://pancake-crm.gitbook.io/pancake-crm_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pancake-crm.gitbook.io/pancake-crm_en/v.-tich-hop-api/5.6-list-of-profiles.md).

# 5.6 List of Profiles

```
GET /shops/<SHOP_ID>/crm/profile?api_key=<api_key> HTTP/1.1
```

> Response

```
{
  "data": [
      {
          "can_remove": false,
          "id": "994b620f-ebf6-4386-bea2-c37ed020aae4",
          "is_admin": true,
          "is_removed": false,
          "name": "CEO",
          "reports_to": null,
          "role": 0,
          "shop_id": 403
      },
      {
          "can_remove": true,
          "id": "7ffb87d1-63ed-405e-84f8-5587748889ea",
          "is_admin": false,
          "is_removed": false,
          "name": "Manager",
          "reports_to": "CEO",
          "role": 0,
          "shop_id": 403
      },
      {
          "can_remove": true,
          "id": "3a383661-6031-4ded-ad82-1a5e3e6cf760",
          "is_admin": false,
          "is_removed": false,
          "name": "User",
          "reports_to": "Manager",
          "role": 0,
          "shop_id": 403
      }
  ],
  "success": true
}

```

<figure><img src="/files/7x7U3Mi0k5TS278B8SX5" alt=""><figcaption></figcaption></figure>
