Check Access
Permissions API
Check Access
Check if a user has access to a specific Synced Object
POST
Check Access
Authorizations
Paragon User Token. Add to the Authorization header of your requests.
Path Parameters
UUID of the Sync to query, returned from the Enable Sync endpoint.
Body
application/json
UUID of the Synced Object, returned from the Pull Synced Records endpoint.
Example:
"a657df3b-17e2-5989-bc5f-13ddb7fdab41"
The email of the user to check permissions for.
Example:
The role to use for the access check.
Available options:
can_read, can_write, is_owner Response
Access check result
Returns true if the user has access to the Synced Object with the specified role.