API ClientsTypeScript SDKAPI ReferenceCoreType AliasesUserUpdateRequestVersion: 8.9On this pageType Alias: UserUpdateRequest type UserUpdateRequest = object; Properties email? optional email?: string; The email of the user. name? optional name?: string; The name of the user. password? optional password?: string; The password of the user. If blank, the password is unchanged.Was this helpful?