Skip to main content
Version: 8.9

Type 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.