Update Permissions
Task Center API
Update Permissions
Update a queue’s user/group permissions
POST
Update 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 queue
Body
application/json
The user or group id.
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:
["ADMIN", "READ", "EXECUTE"]
Display name of the user or group
Type of entity
Available options:
USER, GROUP Response
Permissions updated successfully