Consumer API · type

User

Generated schema definition for User.

Definition

graphql
type User {
activeClient: Client
authProvider: UserAuthProviderEnum!
authProviderId: String!
avatarImageUrl: String
biometricPublicKey: String
createdAt: Date!
email: String!
hasMobile: Boolean
hasPortfolioEnabled: Boolean!
hasPushNotificationsEnabled: Boolean
hasTradingEnabled: Boolean!
hasTwoFactorAuth: Boolean!
id: String!
intercomMobileUserHash: String
intercomUserHash: String
isSuperuser: Boolean!
name: String
number: Float
numberMobileUser: Float
phoneNumber: String
referredByCode: String
referredByName: String
referredCreditCents: Float
referredDiscountPercentage: Float
referredNumberOfFreeTxns: Float
role: String
status: UserStatusEnum!
updatedAt: Date!
}