POST api/2.0/people/reassign/start
Name |
Description |
Type |
Example |
fromUserId
sent in body
|
From User ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
toUserId
sent in body
|
To User ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
deleteProfile
sent in body
|
Delete profile when reassignment will be finished
|
Bool value
|
true
|
POST api/2.0/people/reassign/start
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fromUserId": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"toUserId": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"deleteProfile": true
}