Add members to a group
POST/tap/api/v1/groups/:groupId/members
Adds one or more users to a group. Users already in the group are skipped. Requires the admin role.
Request
Responses
- 200
- 400
- 401
- 404
- 500
The memberships that were created.
The request body is missing user IDs or contains an invalid ID.
The user is not authorized to access this resource.
The group or one of the users was not found.
The members could not be added.