HomeGuidesRecipesAPI
HomeGuidesAPILog In
API
These docs are for v11.2. Click to read the latest docs for v33.

Reassigns a workflow task to another user


##/workflow/{id}/reassign

This method supports reassigning a workflow item that is currently directly assigned to you.

comment, optional. Comment for the assignment to the next user.

assignToGuid, optional. The user GUID to assign the next state to.

assignToName, optional. The user name to assign the next state to.If both assignToGuid and assignToName are supplied then the GUID will be used. At least one of these properties must be supplied.

Required Parameters: assignToGuid

Path Params
string
required

Workflow state guid

Body Params
string
string
string
Headers
string

Username or Guid of user to impersonate

Responses
201

Workflow reassigned

401

Invalid Authorization-Token

405

Workflow does not allow reassignment

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json