Group - Adds users to a group
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Enter the ID of the tenant under which users will be added to the group.
groupIdstring · uuidRequired
Enter the ID of the group to which users will be added.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Bodystring · uuid[]
string · uuid[]Optional
Responses
200
Success: Addition acknowledgment received.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/tenants/{tenantId}/groups/{groupId}/usersLast updated