Bulk Delete User Visibility
POST/api/users/bulkdeleteuservisibility
Tier: Internal — subject to change without notice.
Revokes a batch of user-visibility grants.
Soft-deletes the matching rows. Raises one cache-refresh event per distinct user affected.
Request
Responses
- 200
- 400
- 401
- 403
true once the batch has been processed.
None of the supplied ids matched an existing grant — empty error array.
Caller is not authenticated.
Caller does not have Update permission on the Management module.