Add participant to chat room

Adds a new participant to a chat room

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

chat_idstringRequired
Chat Room ID

Request

Participant parameters
participantobjectRequired

Response

Participant Added
dataobject or null

A chat room participant (raw format returned by add/remove operations)

Errors