GET /api-web/api/users/settings

As of Version

product version 2021 Summer | component version 

Request MethodGET
Response FormatJSON
Description

This request retrieves the general settings of the requested user.

Response HTTP status codes:

HTTP Status CodeMeaning
200OK
401Unauthorized
Request Example

https://<host>/api-web/api/users/settings

no request body

Response Example

200 OK

{
  "locale": "string"
}