POST api/2.0/people/email
Sends a message to the user email with the instructions to change the email address connected to the portal.
Name |
Description |
Type |
Example |
UserId
sent in body
|
User ID
|
System.String
|
|
Disable
sent in body
|
Specifies whether to disable a user or not
|
System.Nullable{System.Boolean}
|
|
POST api/2.0/people/email
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"UserId": "some text"
}