Replace Workflow Owner
POST https://{{vaultDNS}}/api/{{version}}/object/workflow/actions/replaceworkflowowner
https://developer.veevavault.com/api/23.1/#Initiate_Bulk_Workflow_Action
Use this request to initiate a workflow action on multiple workflows. This starts an asynchronous job whose status you can check with the Retrieve Job Status endpoint. Maximum 500 workflows per request.
Request Body
[{"name"=>"current_workflow_owner__v", "value"=>"", "datatype"=>"null"}, {"name"=>"new_workflow_owner__v", "value"=>"", "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |