/pmse_Inbox/reassignFlows PUT
Overview
Call methods to reassign processesSummary
This endpoint reassigns a collection of processesRequest Arguments
| Name | Type | Description | Required |
|---|---|---|---|
| flow_data | array | Collection of flow data arrays, each containing a user_id property | true |
Response Arguments
| Name | Type | Description |
|---|---|---|
| success | boolean | Result of the reassign operation |
Response
{
"success":true,
}