latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Workflows
Set permissions for a workflow
Replaces the full set of permissions for a workflow. PUT semantics: send the complete list to replace all existing permissions. Send an empty array to remove all user-addressable permissions. Accepts both user emails and group emails (groups appear in other endpoints with synthetic group-<id>@process.st emails). Note: the AllFreeMembers system group is managed automatically by the AllMembers system group and cannot be modified directly. Returns the resulting permissions.
put/workflows/{workflowId}/permissions
Path parameters
workflowIdstring required
The ID of the Workflow
Request body
Response
Example response
{
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}