Update properties on a User.patch https://support.example.com/api/config/v1/user/{id}Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsidint32required1 to 2147483647Body ParamsA user object with modified properties.display_numberint321 to 2147483647usernamestringlength between 1 and 64passwordpasswordlength ≤ 256public_display_namestringrequiredlength between 1 and 64private_display_namestringrequiredlength between 1 and 64password_expirationdate-time | nullemail_addressstringlength between 3 and 255preferred_email_languagestringlength between 2 and 10Defaults to en-ustwo_factor_requiredbooleanDefaults to falsetruefalseenabledbooleanDefaults to truetruefalsefailed_loginsint32Defaults to 0password_reset_next_loginbooleanDefaults to falsetruefalseResponses 200Indicates the user was successfully updated and contains an updated user instance. 404The specified resource was not found. 422One or more request parameters are invalid. The body contains a general error message as well as a validation error dictionary.Updated 4 months ago