A participant is someone who belongs to a specific Ticket. Each ticket has at least 2 participants, who can be either an agent or a customer.

"participants": [
    {
      "id": 1,
      "name": "Jack Bower",
      "type": "Client",
      "identifier": "2ff4a220-7039-40ef-876a-0a42da8376ba",
      "departmentIdentifier": "qxIYxnWSTV8oO3pmr91s",
      "displayName": "",
      "protocolType": "Web",
      "subProtocolType": "Undefined",
      "isActive": true,
      "isDeleted": false,
      "contactId": "797f5328-310c-4044-afb1-e62fd72fb725",
      "userName": ""
    },
    {
      "id": 2,
      "name": "BOT",
      "type": "User",
      "identifier": "a7648213-7e90-4e16-ac4f-a20b8d733cbd",
      "departmentIdentifier": "",
      "displayName": "BOT",
      "protocolType": "Web",
      "subProtocolType": "Undefined",
      "isActive": false,
      "isDeleted": false,
      "contactId": "00000000-0000-0000-0000-000000000000",
      "userName": "[email protected]"
    },
    {
      "id": 3,
      "name": "Unassigned Tickets",
      "type": "User",
      "identifier": "00000000-0000-0000-0000-000000000000",
      "departmentIdentifier": "",
      "displayName": "",
      "protocolType": "Web",
      "subProtocolType": "Undefined",
      "isActive": false,
      "isDeleted": false,
      "contactId": "00000000-0000-0000-0000-000000000000",
      "userName": ""
    },
    {
      "id": 4,
      "name": "John Wick",
      "type": "User",
      "identifier": "aca76a89-8950-4424-b727-2f277c24a891",
      "departmentIdentifier": "",
      "displayName": "John",
      "protocolType": "Web",
      "subProtocolType": "Undefined",
      "isActive": true,
      "isDeleted": false,
      "contactId": "00000000-0000-0000-0000-000000000000",
      "userName": "[email protected]"
    }
  ]
ParameterTypeDescriptionAllowed Values
idintegerParticipant Id in the ticket
namestringThe name of the participant.
displayNamestringThe name that will be displayed for the customer.
protocolTypestringThe channel of this participant.SMS, WhatsApp, Mail, Web, FBmessenger, WebViaSMS, TelegramBot, FacebookFeed, InstagramFeed, PhoneCall
subProtocolTypestringUndefined, MailTo, MailCc, MailBcc
isActiveboolean
isDeletedboolean
identifierstringThe phone number, email address, Facebook id of the customer.
typestringClient, User, System
departmentIdentifierstringThe phone number, email address, Facebook id of the department.
contactIdstringThe contact id of this participant.
userNamestringRelevant only to agent participants.