PUT api/2.0/people/reassign/terminate
Terminates the data reassignment for the user with the ID specified in the request.
Name |
Description |
Type |
Example |
UserId
sent in body
|
User ID whose data is reassigned/removed
|
System.Guid
|
|
PUT api/2.0/people/reassign/terminate
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"UserId": "9924256A-739C-462b-AF15-E652A3B1B6EB"
}
This method doesn't return any data.