ftrack_permissions
Check user permissions for any ftrack entity by specifying entity type and ID. Optionally verify specific actions like read, write, or delete to control access.
Instructions
Check permissions for an entity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | No | Specific actions to check (e.g., ["read", "write", "delete"]) | |
| entity_id | Yes | Entity ID | |
| entity_type | Yes | Entity type |