Retrieves a list of active workflow teams
Transitions the workflow item associated to an approval item
Creates a user role to assign to a workflow role
Removes a user assigned to a workflow role
Removes a user assigned to a workflow role.
| Name | Type | Description | |
|---|---|---|---|
| workflowRoleInstanceId | string | Required | Id of the workflow role instance record |
| workflowItemId | string | Required | Id of the workflow item |
| userId | string | Required | Id of the user to be removed |
| Status | Name | Type | Description |
|---|---|---|---|
| 204 | 204 No Content | ||
| message | string | Value is a required field. | |
| errorcode | string | Error code for the exception (10002) | |
| 400 | 404 Not Found | ||
| message | string | The WorkflowRoleInstanceUser isn’t active, so it can’t be deleted. | |
| errorcode | string | Error code for the exception (30003) | |
| 403 | 403 Unauthorized | ||
| message | string | Insufficient Privileges. | |
| errorcode | string | Error code for the exception (20002) |