GET
/
profile
curl --request GET \
  --url https://demo.enneo.ai/api/mind/profile
{
  "id": 1,
  "settings": {
    "roleId": 1,
    "skills": {
      "intents": [
        "process_meter_reading"
      ],
      "tagIds": [
        1
      ],
      "channels": [
        "email"
      ]
    },
    "status": "available",
    "departmentId": 1,
    "teamIds": [
      1
    ],
    "supersetRole": "<string>",
    "ticketsFilters": {
      "groups": [
        1
      ],
      "intents": [
        "process_meter_reading"
      ],
      "tagIds": [
        1
      ],
      "personalQueue": true,
      "onlyIntents": true
    },
    "freshdeskApiAuth": "STj8Iajtp5iMzogZalVT",
    "actualRoleId": 1,
    "isPersonalFilters": false,
    "inheritTeamSettings": false,
    "nameReports": "Tapfere Feige"
  },
  "permissions": [
    "updateTicket",
    "updateIntent",
    "executeIntent"
  ],
  "openTickets": [
    {
      "id": 376189,
      "channel": "email",
      "blinking": false,
      "subject": "Kündigung"
    },
    {
      "id": 659332,
      "channel": "email",
      "blinking": false,
      "subject": "Meine Rechnung"
    },
    {
      "id": 613771,
      "channel": "email",
      "blinking": false,
      "subject": "Mein Zählerstand"
    }
  ],
  "sideConversations": [
    {
      "id": 123,
      "type": "group",
      "groupId": 312121,
      "userId": null
    },
    {
      "id": 234,
      "type": "individual",
      "groupId": null,
      "userId": 2123
    }
  ],
  "unreadNotifications": 1
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation
id
integer

User ID

settings
object | null
permissions
string[]
openTickets
object[]
sideConversations
object[]
unreadNotifications
integer