latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-20264129497.8 KB

e9197a1d31c4

Objects

Get object access control list

Return the object's directly assigned access control list and the flag controlling whether access rights are inherited from parent objects. Requires read access to the object.

get/v1/objects/{object-id}/access-rights

Path parameters

object-idinteger required

Response

Object access rights.

inheritAccessRightsboolean

When true, rights are inherited from parent objects for users that no entry in the list below matches, either directly or through one of their groups, and are combined across all parents. Inherited rights do not add to directly assigned rights - a matching entry below replaces them entirely, even when it grants nothing. See EffectiveRights for the full resolution order.