Add users to a group
POST/groups/:groupId/members
Adds specified user(s) to a group and returns the updated group. Can optionally set or unset group admins by using the is_group_admin property. If existing members are passed in, group admin status will be updated. You cannot remove members using this endpoint. Requires the groups:write scope.
Request
Responses
- 200
The updated group.