Add group members
POST/group.add
Add one or more group members and/or admins.
Apps may add members to a group if one of the following conditions is true:
- It is a public group in their Roam.
- They are a member of the group.
If attempting to add an admin, the app must be an admin of the group.
Access: Organization only.
Required scope: group:write
OpenAPI Spec: chat.json
Request
Responses
- 204
- 400
- 401
- 403
- 500
Members added successfully
Invalid request, e.g. group does not exist or incorrect user IDs.
Unauthorized.
App does not have permission to add members to this group.
An internal error occured.