API ClientsTypeScript SDKAPI ReferenceCoreType AliasesUserCreateResultVersion: 8.10 (unreleased)On this pageType Alias: UserCreateResult type UserCreateResult = object; Properties email email: string | null; The email of the user. name name: string | null; The name of the user. username username: Username; The username of the created user.Was this helpful?