Get User Groups
GET/api/usergroups/getfilteredusergroups
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged list of user groups for the caller's organisation.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of UserGroups.UserGroupSummaryDto.
The OData query options failed validation (bare 400, no body).
Caller is not authenticated.
Caller does not have Read permission on the User module.