Skip to main content
POST
Change Workflow Permissions

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Path Parameters

modelId
string
required

The ID of the workflow model

Body

application/json
id
string
required

User or group ID

Example:

"123456"

type
enum<string>
required

Type of entity

Available options:
USER,
GROUP
Example:

"USER"

permissions
enum<string>[]
required

Array of permissions to grant

Available options:
ADMIN,
SHARE,
DELETE,
WRITE,
READ,
EXPORT,
EXECUTE,
UPDATE_CONTENT
Example:
name
string

Name of the user or group

Example:

"John Doe"

Response

Permissions updated successfully