Get User Visibilities
GET/api/users/getuservisibilities
Tier: Internal — subject to change without notice.
Returns a server-side filtered, sorted, and paged, tenant-wide list of user×place visibility grants.
Requires Read permission on either the User or the Management module. Not scoped to the caller's own visibility — every grant in the tenant is visible.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of UserVisibility.UserVisibilityDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred.
Caller is not authenticated.
Caller does not have Read permission on the User or Management module.