Skip to main content
POST
Assign Conversation

Autorizações

api_access_token
string
header
obrigatório

Parâmetros de caminho

conversation_id
string<uuid>
obrigatório

Conversation ID (UUID)

Corpo

application/json
assignee_id
string<uuid>

Id of the assignee user

Exemplo:

"111e2222-e33b-44d5-a666-777888999000"

team_id
string<uuid>

Id of the team. If the assignee_id is present, this param would be ignored

Exemplo:

"555e6666-e77b-88d9-a000-111222333444"

Resposta

Conversation assigned successfully

success
boolean
obrigatório
Exemplo:

true

data
object
obrigatório
meta
object
obrigatório
message
string
obrigatório

Success message

Exemplo:

"Conversation assigned successfully"