Activate workflow for a user
Workflows
Activate workflow for a user
Reactivates a workflow that was previously disabled by the Disable Workflow endpoint. This endpoint requires a specified WorkflowId and returns a success/failure.
PUT
Activate workflow for a user
Documentation Index
Fetch the complete documentation index at: https://docs.runalloy.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
The version of the API to use. The current API version is 2025-09.
Body
application/json
The Id of the user you want to lookup. Returned from the Create User endpoint. Note: you can also use the Embedded user's username in this field.
The Id of the workflow to activate. If you pass this parameter, then workflowName is not required.
The name of the workflow to activate. If you pass this parameter, then workflowId is not required.
Response
200 - application/json
200
Example:
true

