Add Group Chat Participant


This request adds the specified participant to the group chat session.

Resource

POST /chats/group/<OID>/participants

Where OID is the object ID of the group chat session.

Parameters

None

Payload

The OID of the participant that should be added to the group chat session.

Response

None

Context

Authorization

User

Errors

Example

Request
.Request
POST https://xelion.nl/api/v1/master/chats/group/2062931/participants
Payload
"2063003"