2021-09-14 06:25:02 +00:00
|
|
|
tags:
|
2022-04-05 10:35:49 +00:00
|
|
|
- Inboxes
|
2021-09-14 06:25:02 +00:00
|
|
|
operationId: get-inbox-members
|
|
|
|
summary: List Agents in Inbox
|
|
|
|
description: Get Details of Agents in an Inbox
|
|
|
|
security:
|
|
|
|
- userApiKey: []
|
|
|
|
parameters:
|
|
|
|
- $ref: '#/parameters/inbox_id'
|
|
|
|
responses:
|
|
|
|
200:
|
|
|
|
description: Success
|
|
|
|
schema:
|
|
|
|
type: array
|
|
|
|
description: 'Array of all active agents'
|
|
|
|
items:
|
|
|
|
$ref: '#/definitions/agent'
|
|
|
|
404:
|
|
|
|
description: Inbox not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|