Add User to Groups
POST/users/:userId/groups
Add User to Groups. If the User is already in a chosen Group, no change is made to that Group.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
User was successfully added to groups.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error