API ClientsTypeScript SDKAPI ReferenceCoreType AliasesUserRequestVersion: 8.9On this pageType Alias: UserRequest type UserRequest = object; Properties email? optional email?: string; The email of the user. name? optional name?: string; The name of the user. password password: string; The password of the user. username username: string; The username of the user.Was this helpful?