Permissions

Share (allow) or deny a specific record for a user. Deny wins; sharing a denied record is rejected.

post/api/permissions/exceptions

Request body

userIdstring required
permissionstring required
resourceTypestring required
resourceIdstring required
effect'allow' | 'deny' required

Response

Default Response

Changes

Changed in 1 of the 21 revisions of this API.1

    • changed the pattern of the request property permission from ^[^:]+:.+$ to ^[^:]+:(create|read|edit|delete|archive)$

      request-property-pattern-changed

Of the 21 revisions, 1 has no diff computed.