Create a group
POST/group.create
Create a group address that can be used for chat.
Groups which specify an 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 or admin. Admins appear only in the admin list, not in both.
Required scope: group:write
OpenAPI Spec: chat.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 occured.