v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Folders

Add folder permissions

post/api/v1/folders/{folderId}/permissions

Path parameters

folderIdstring uuid required

Unique identifier for the folder

Example:550e8400-e29b-41d4-a716-446655440000

Unique identifier for the folder

Request body

accessBoostboolean

Whether to grant access boost

role'NO_ACCESS' | 'VIEWER' | 'EXPLORER' | 'EDITOR' | 'MANAGER' required

Content role to assign (NO_ACCESS, VIEWER, EXPLORER, EDITOR, or MANAGER)

userGroupIdsstring[]

User group IDs to grant permission to

userIdsstring[]

User IDs to grant permission to

Example request

{
  "role": "VIEWER"
}

Response

Permissions added successfully

successboolean required

Whether the permissions were added successfully