Join chat room
POST/chat/:id/join
Adds the current user as a participant in a chat room. Access is validated against the room's role-based permissions via the user_can_join() method and better_messages_chat_user_can_join filter. After joining, returns the updated thread data for the chat room.
Request
Responses
- 200
- 403
Joined successfully, returns thread data with result boolean
User does not have permission to join this chat room