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 { "bill address" { "address1" "123 elm street", "address2" "suite 456", "alternative phone" "234 567 8901", "city" "springfield", "company" "acme corp", "country" "usa", "created at" "2024 01 15t08 30 00z", "name" "john doe", "phone" "555 1234", "state" "il", "updated at" "2024 03 20t12 45 00z", "zipcode" "62704" }, "email" "user\@example com", "metadata" { "customer id" "cust 987654321", "preferences" { "newsletter" true, "sms updates" false } }, "roles" \[ "user", "premium member" ], "ship address" { "address1" "123 elm street", "address2" "suite 456", "alternative phone" "234 567 8901", "city" "springfield", "company" "acme corp", "country" "usa", "created at" "2024 01 15t08 30 00z", "name" "john doe", "phone" "555 1234", "state" "il", "updated at" "2024 03 20t12 45 00z", "zipcode" "62704" } } 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 { "address1" "123 elm street", "address2" "suite 456", "city" "springfield", "company" "acme corp", "country" "usa", "name" "john doe", "phone" "555 1234", "state" "il", "zipcode" "62704" } 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 { "address1" "123 elm street", "address2" "suite 456", "city" "springfield", "company" "acme corp", "country" "usa", "name" "john doe", "phone" "555 1234", "state" "il", "zipcode" "62704" }