Add User Visibility
POST/api/users/adduservisibility
Tier: Internal — subject to change without notice.
Grants a user visibility of a place.
Idempotent — granting the same user/place pair again returns the existing grant rather
than creating a duplicate. Raises an asynchronous cache refresh (see
ItemAggregate.UserVisibility) rather than
updating the caller's effective visibility immediately.
Request
Responses
- 200
- 400
- 401
- 403
true once the grant has been created (or already existed).
A service-level failure occurred — OperationFailed.
Caller is not authenticated.
Caller does not have Update permission on the Management module.