Create a group
POST/group.create
Create a group chat.
Groups which specify at least one admin will operate in an "Admin only" management mode, where only admins may change settings. Otherwise, all members have that capability.
Groups require at least one member. Users can be specified by user ID or email address.
Unrecognized emails are invited as group members only โ they do not receive a
Guest Badge unless you also call
guest.badge.create.
Required scope: group:write
OpenAPI Spec: chat-v1.json
Requestโ
Responsesโ
- 200
- 400
- 401
- 405
- 500
Group created successfully
Bad request.
Presented invalid authentication credentials.
An unsupported method was requested.
An internal error occurred.