Initialize Chat Group
Initializes a new XChat group conversation and returns a unique conversation ID.
This endpoint is the first step in creating a group chat. The returned conversation_id should be used in subsequent calls to POST /chat/conversations/group to fully create and configure the group with members, admins, encryption keys, and other settings.
Workflow:
- Call this endpoint to get a
conversation_id - Use that
conversation_idwhen callingPOST /chat/conversations/groupto create the group
Authentication:
- Requires OAuth 1.0a User Context or OAuth 2.0 User Context
- Required scope:
dm.write
POST
Initialize Chat Group
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Response
The request has succeeded.
Minimum array length:
1An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18