Permissions
Account Permissions
To get your permissions within an account, the accountrights call can be used, see Accounts.
Permission | Description |
---|---|
ACCOUNT_VIEW |
The user can view the account |
ACCOUNT_MANAGE |
The user has admin rights in the account |
ACCOUNT_CREATE_PRODUCTION |
The user can create new productions in 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 edit settings. |
TEAM_MANAGE |
Edit production team members and roles. Send invites. |
LIBRARY_UPLOAD |
upload material into the production |
LIBRARY_UPDATE_METADATA |
Edit description, tags, and other metadata for clips |
LIBRARY_SHARE |
Share material with people who are not part of the production |
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 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. |
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. |
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 |