Deprecated, use Update a user profile from the user management REST API instead.Sets the locale of the user. The locale must be one supported by the instance of Jira.Permissions required: Permission to access Jira.
The locale code. The Java the locale format is used: a two character language code (ISO 639), an underscore, and two letter country code (ISO 3166). For example, en_US represents a locale of English (United States). Required on create.
Examples
Responses
🟢204Returned if the request is successful.
application/json
Body
No schema defined
🟠400Returned if request is invalid.
🟠401Returned if the authentication credentials are incorrect or missing.