PUT api/2.0/people/{userid}/password This function requires authentication

Description

Sets a new password to the user with the ID specified in the request.

Parameters
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
Example
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"
}
Returns

Detailed user information