Skip to main content
POST
Assign or unassign conversation to user or inbox team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Conversation id. Get it from conversations.list.

Pattern: ^\d+$

Body

application/json
assignedId
string | null
required

New assignee: u_<userId> for a user or t_<inboxTeamId> for an inbox team, or null to unassign.

Pattern: ^[ut]_\S+$

Response

OK

success
any
required