# Join chat **POST /actions/user/chats/{entity_id}/join** Join a chat for a specific entity by adding the current user as a participant. The user will be listed as a participant in the chat. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** (string(uuid)) Entity unique identifier ## Responses ### 201: Chat joined successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) Chat unique identifier - **entity_id** (string(uuid)) Entity identifier - **entity_type** (string) Entity type - **participants** (array[string(uuid)]) List of participant person identifiers - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)