1BackendUser SvcSave UserSave User PUT /user-svc/user/:userId Save user information based on the provided user ID. Intended for admins. Requires the user-svc:user:edit permission. For a user to edit their own profile, see saveSelf. Request Responses200400401500OKInvalid JSONUnauthorizedInternal Server Error