π Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request GET \ --url https://{instance}.omniapp.co/api/v1/folders/{folderId}/permissions \ --header 'Authorization: Bearer <token>'
{ "permits": [ { "role": "VIEWER", "accessBoost": true, "direct": true, "inherited": true } ] }
Retrieve folder permissions for a user
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Folder ID
User ID to check permissions for
Folder permissions object
Show child attributes
VIEWER
EDITOR
MANAGER
Was this page helpful?