Users
Sets the specified language for the specified user. Call GET to api/languages to get a list of supported languages. Note that the change may not have any effect if the company has not enabled the Language module.
put/api/users/{userId}/language/{languageId}
Path parameters
userIdinteger required
The ID of the user whose language to change.
languageIdinteger required
The Id of the language to set for the user.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.