Interface User

Hierarchy

Properties

avatar: string

URL to the user's avatar

billing_addresses: UserSavedAddress[]
birthday_date: null | string

ISO 8601 date string

consents: UserConsent[]
created_at: string
email: string
id: string
is_tfa_active: boolean
metadata: Metadata
metadata_personal?: Metadata
metadata_private?: Metadata
name: string
permissions: Permission[]
phone: null | string

Full phone number

phone_country: null | string

Country code for the phone

phone_number: null | string

Phone number without country prefix

preferences: UserPreferences
roles: Role[]
shipping_addresses: UserSavedAddress[]

Generated using TypeDoc