Join chat

POST /actions/user/chats/{entity_id}/join

Join chat for given entity (be listed as participant).

Path parameters

  • entity_id string(uuid) Required

Responses

  • 201 application/json

    Chat joined

  • 404

    Entity not found

POST /actions/user/chats/{entity_id}/join
curl \
 --request POST 'http://api.example.com/actions/user/chats/a24a6ea4-ce75-4665-a070-57453082c25/join' \
 --header "Authorization: $API_KEY"
Response examples (201)
{}