Permissions
Account Permissions
To get your permissions within an account, the accountrights call can be used, see Accounts.
Permission | Description |
---|---|
|
The user is the owner of the account. There is exactly one owner per account. The user can do anything a user with |
|
The user has admin rights in the account, so has access to the account settings, except for billing details. |
|
The user can create productions in the account but has no other administrative account rights. |
|
The user can view the account |
Production Permissions
To get your permissions within a particular workspace, you can use this call
GET /api/production/2513/rights
It will return an array of permission strings.
Permission | Description |
---|---|
PRODUCTION_MANAGE |
Admin rights in the production. The user can see and edit the workspace settings. |
TEAM_MANAGE |
Edit workspace team members and roles. Send invites. |
LIBRARY_UPLOAD |
Upload material into the workspace. Upload attachments to clips. |
LIBRARY_UPDATE_METADATA |
Edit description, tags, and other metadata for clips. Necessary requirement for starting the automatic generation of a summary. |
LIBRARY_SHARE |
Share material with people who are not part of the workspace |
LIBRARY_VIEW_CONFIDENTIAL |
All users who can upload media can also attach documents to a clip. Some of these documents can be marked confidential. Users with this permission can see confidential clip attachments |
LIBRARY_DOWNLOAD_PROXY LIBRARY_DOWNLOAD_EDL LIBRARY_DOWNLOAD_RAW |
The user can download material from the production. There is a permission per type of MediaObjectInstance (PROXY, EDL, RAW). |
LIBRARY_DELETE |
The user can delete clips and annotations from the production. |
LIBRARY_ASSIGN |
The user can assign Annotations to an EditorialObject in the production |
COLLECTION_BUILDER_EDIT SCREENPLAY_BUILDER_EDIT STORY_BUILDER_EDIT |
The user can create and edit the contents of EditorialObjects in the production. There is a separate permission for 'regular' collection builder, screenplay builder and story builder. |
LOG_EDIT |
Create and edit ClipAnnotation (funnel ClipAnnotation) annotations in the logger application |
REVIEW_EDIT |
Create and edit ClipAnnotation (funnel ReviewComment) annotations in the review application |
REVIEW_STATUS_EDIT |
Change review status |
REVIEW_EDIT_ALL |
Create and edit ClipAnnotation (funnel ReviewComment) annotations in the review application, even if they are not created by you. |
VIEW_COMMENT_INTERNAL |
View comments that have restricted visibility. |
UI_VIEW_ANNOTATION_CREATOR |
View the name of the creator of the comment. This permission is only enforced in the UI, via the API, the creator will be returned even if the user does not have this permission. |
TRANSCRIBER_EDIT |
Create, update, delete TranscriptAnnotations. |
SUBTITLE_EDIT |
Create, update, delete Subtitle annotations. |
START_TRANSCRIPTION_WORKFLOW |
Start the automatic transcription workflow. This will reduce your transcription credits. |
START_TRANSLATION_WORKFLOW |
Start automated translation of transcription and subtitles. This will reduce your translation credits. |
START_SUBTITLE_WORKFLOW |
Start automated subtitling. |
DELIVERY_REQUEST_MANAGE |
Manage the parameters of a Delivery Request. Things like setting the due date, filling in the Delivery Request’s form fields, setting the assignee and reviewer. |
DELIVERY_REQUEST_UPDATE |
Necessary for creating, cloning, editing, reopening a |
DELIVERY_REQUEST_SUBMIT |
People with this permission can submit a This permission is also necessary to set the expected delivery date of a Mark rejected parts of a submission as resolved. People with this permission can become the assignee of a |
DELIVERY_REQUEST_ARCHIVE |
Archive or Unarchive a |
DELIVERY_REQUEST_REVIEW |
Reject or approve a Mark parts of a submission as rejected (partial reject). Mark rejected parts of a submission as resolved. Lock or unlock a Delivery Request. People with this permission can become the reviewer of a |
USER_COMMENT_EDIT |
The user can create or edit their own |
USER_COMMENT_EDIT_ALL |
The user can create or edit |
Production Permissions in the Flow UI
In the Flow UI Role edit dialog, the above permissions are sometimes called differently. Also, some permissions are grouped together in the Flow UI.
Flow UI Permission Category | Flow UI Permission | Corresponds to Production Permission(s) |
---|---|---|
Production |
Edit Settings |
|
Edit Team |
|
|
Library |
Upload Media |
|
Edit Clip Metadata |
|
|
Share Clips |
|
|
View Confidential Clip Attachments |
|
|
Download Proxy Media |
|
|
Download Original Media |
|
|
Download Transcoded Media |
|
|
Delete Clips |
|
|
Manage Collections |
Will enable both |
|
Assign To Collections |
|
|
Logging / Commenting |
|
|
Review |
Create comments |
|
Edit all comments |
|
|
Change review status |
|
|
View Restricted Comments |
|
|
View Comment Creator |
|
|
Transcriber & Subtitle Editor |
Edit Transcript |
|
Edit Subtitles |
|
|
Start Automatic Transcription |
Will enable both |
|
Start Automatic Translation |
|
|
Story & Screenplay Builder |
Edit Stories & Screenplays |
Will enable both |
Edge |
Edge Flow Ingest |
Will enable |
Delivery Workspace Requests |
Manage Request |
|
Update Request |
|
|
Submit Request |
|
|
Archive Request |
|
|
Review Request |
|
|
Create Comment (under "Delivery Workspace Requests" section) |
|
Share Permissions
Permission | Description |
---|---|
VIEW |
Allow users to view everything declared within the share |
DOWNLOAD_PROXY |
Users with the share link can view/download the PROXY version of the material |
DOWNLOAD |
Users with the share link can download all versions of the material |
UPLOAD |
Users with the share link can upload new material to the share. This material will appear in the production the share belongs to. |
REVIEW |
Users with the share link can create ClipAnnotation (funnel ReviewComment) annotations in it |
REVIEW_STATUS_EDIT |
Users with the share link can change the Review status of the material |
MANAGE |
Allow users to fully control all items within the share |