Get Participant

Overview

Use this API to Get details of an existing Participant

Scope

Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal server error

get/participants/{id}
Request samples
Response samples
application/json
{
  • "id": "ae103957-9c82-4fa8-a34e-925be85e06ec",
  • "name": "custom_bot_participant",
  • "type": "custom_bot",
  • "active": true,
  • "application": {
    },
  • "created": "2021-03-06T21:16:36.838Z",
  • "modified": "2021-03-06T21:16:36.838Z"
}