Skip to main content
PUT

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
user_email
string<email> | null
required

The member taking the conversation, or null to unassign. The key must be present even when null.

Example:

"jane@example.com"

Response

Conversation assigned or unassigned

success
boolean
Example:

true

message
string
Example:

"Conversation assigned"

data
object