/local-user-store/api/v1/users/{user_id}Ask AIput https://example.com/local-user-store/api/v1/users/{user_id}Update a new user.Path Paramsuser_iduuidrequiredUser IDBody ParamscommentstringA comment describing the objecttagsarray of stringsArray of tag stringstagsADD stringusernamestringrequiredA unique principal name for the user, a username or an email addresswindows_accountstringWindows account nameunix_accountstringUnix account namefull_namestringFull namedisplay_namestringDisplay namejob_titlestringJob titlecompanystringCompanydepartmentstringDepartmentemailstringEmail addresstelephonestringPhone numberlocalestringUser's locale. Language code ISO 639-1 & country code ISO 3166-1 separated by a "_"passwordobjectpassword objectHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-token-goes-hereOAuth2 tokenResponses 200User successfully updated 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 500Internal server errorUpdated over 2 years ago