PUT api/2.0/people/{userid}/email
Sets a new email to the user with the ID specified in the request.
Name |
Description |
Type |
Example |
userid
sent in body
|
User ID
|
guid
|
9924256A-739C-462b-AF15-E652A3B1B6EB
|
email
sent in body
|
New email
|
string
|
some text
|
PUT api/2.0/people/{userid}/email
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userid": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"email": "some text"
}
Detailed user information