Events

User Created

User account has been created.

Suggested source: server

Properties

Name

Type

Description

Required

bill_address

object

User's default billing address



email

string

Email address of the user



metadata

object

User metadata



roles

string[]

User roles



ship_address

object

User's default shipping address



Example

JSON


bill_address object

User's default billing address

Properties

Name

Type

Description

Required

address1

string

Street address (line 1)



address2

string

Street address (line 2)



city

string

City



company

string

Company



country

string

Country



name

string

Name



phone

string

Phone number



state

string

State



zipcode

string

Zipcode



alternative_phone

string

Alternative phone number



created_at

string

Date billing address was created



updated_at

string

Date billing address was updated



Example

JSON


metadata object

User metadata

No properties.

roles[] array

User roles

Role (for example, "admin")

Item Type: string

ship_address object

User's default shipping address

Properties

Name

Type

Description

Required

address1

string

Street address (line 1)



address2

string

Street address (line 2)



city

string

City



company

string

Company



country

string

Country



name

string

Name



phone

string

Phone number



state

string

State



zipcode

string

Zipcode



alternative_phone

string

Alternative phone number



created_at

string

Date billing address was created



updated_at

string

Date billing address was updated



Example

JSON