Get the reassigning progress
|
GET api/2.0/people/reassign/progress
|
Returns the progress of the started reassigning process for the user with the ID specified in the request.
|
Start the reassigning process
|
POST api/2.0/people/reassign/start
|
Starts the reassigning process for the user with the ID specified in the request.
|
Terminate the reassigning process
|
PUT api/2.0/people/reassign/terminate
|
Terminates the reassigning process for the user with the ID specified in the request.
|