Skip to main content
POST
Update Permissions

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Path Parameters

queueId
string
required

The ID of the queue

Body

application/json
id
string
required

The user or group id.

permissions
enum<string>[]
required

An array of permissions. The array can be empty (Removes an permissions). Options are

Available options:
ADMIN,
SHARE,
DELETE,
WRITE,
READ,
CREATE_CONTENT,
READ_CONTENT,
UPDATE_CONTENT,
DELETE_CONTENT,
EXPORT,
EXECUTE
Example:
name
string
required

Display name of the user or group

type
enum<string>
required

Type of entity

Available options:
USER,
GROUP

Response

Permissions updated successfully