Use this API to Get details of all participants.
Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "participant": [
- {
- "id": "ae103957-9c82-4fa8-a34e-925be85e06ec",
- "name": "custom_bot_participant_1",
- "type": "custom_bot",
- "active": true,
- "application": {
- "id": "9d091084-3ca8-4afc-97e1-8b0ad52fc38f"
}, - "modified": "2021-03-06T21:16:36.838Z",
- "created": "2021-03-06T21:16:36.838Z"
}, - {
- "id": "b5fc053c-77f4-4445-b6df-2e744aef8f4f",
- "name": "custom_bot_participant_2",
- "type": "custom_bot",
- "active": true,
- "application": {
- "id": "9d091084-3ca8-4afc-97e1-8b0ad52fc38f"
}, - "modified": "2021-03-06T21:16:36.838Z",
- "created": "2021-03-21T03:08:57.190Z"
}
]
}