Get Started
API backend
API system
More information

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

Description

Updates the user language with the parameter specified in the request.

Parameters
Name Description Type Example
userid
sent in url
User ID string some text
UserId
sent in body
User ID System.String
Disable
sent in body
Specifies whether to disable a user or not System.Nullable{System.Boolean}
Example
PUT api/2.0/people/%22some+text%22/culture
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "UserId": "some text"
}
Returns

Detailed user information