Get User Groups For User
GET/api/usergroups/getgroupsforuser/:userId
Tier: Internal — subject to change without notice.
Returns the full detail of every group that a given user is a member of.
Request
Responses
- 200
- 401
- 403
The groups containing the user, each with its member list. See UserGroups.UserGroupDetailDto.
Caller is not authenticated.
Caller does not have Read permission on the User module.