Change Workflow Permissions
Workflows API
Change Workflow Permissions
Updates the permissions for a workflow model
POST
Change Workflow Permissions
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Domo Developer Token for authentication
Path Parameters
The ID of the workflow model
Body
application/json
User or group ID
Example:
"123456"
Type of entity
Available options:
USER, GROUP Example:
"USER"
Array of permissions to grant
Available options:
ADMIN, SHARE, DELETE, WRITE, READ, EXPORT, EXECUTE, UPDATE_CONTENT Example:
["ADMIN", "READ", "EXECUTE"]Name of the user or group
Example:
"John Doe"
Response
Permissions updated successfully