PUT api/2.0/people/{userid}/password
Sets a new password 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
|
password
sent in body
|
New password
|
string
|
some text
|
PUT api/2.0/people/{userid}/password
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"userid": "9924256A-739C-462b-AF15-E652A3B1B6EB",
"password": "some text"
}
Detailed user information