Overview

Call methods to reassign processes

Summary

This endpoint reassigns a collection of processes

Request 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,
}