Skip to main content
PUT
/
chat
/
threads
/
{id}
/
participants
Error
A valid request URL is required to generate request examples
{
  "participants": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
add
string<uuid>[]

Agent UUIDs to add

remove
string<uuid>[]

Agent UUIDs to remove

Response

Updated participant list

participants
object[]