Groups
Add the user to a group
Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired
The ID of the user
groupIdstringRequired
The ID of the group
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
put
/users/{userId}/groups/{groupId}Remove the user from the group
Authorizations
AuthorizationstringRequired
Path parameters
userIdstringRequired
The ID of the user
groupIdstringRequired
The ID of the group
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
delete
/users/{userId}/groups/{groupId}