Skip to main content
POST
Add a New Agent

Authorizations

api_access_token
string
header
required

Body

application/json
inbox_id
string<uuid>
required

The ID of the inbox

Example:

"123e4567-e89b-12d3-a456-426614174000"

user_ids
integer[]
required

IDs of users to be added to the inbox

Example:

Response

Agent added successfully

success
boolean
required
Example:

true

data
any[]
required

Array of all active agents

meta
object
required
message
string
required

Success message

Example:

"Agent added successfully"