Create a group message channel
POST/api/v4/channels/group
Create a new group message channel to group of users. If the logged in user's id is not included in the list, it will be appended to the end.
Permissions
Must have create_group_channel permission.
Request
Responses
- 201
- 400
- 401
- 403
Group channel creation successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions