Accepts messages following the Users Event Data Schema.

Users Event Data Schema

Event Types

Event Description Required Data
new_user_added Addition of a new user account. User object (without id)
user_profile_updated Update to profile data of a specific user. User object
user_address_added Addition of a new address to a specific user account. Array containing Address object(s)
user_address_updated Updates to an address of a specific user. Array containing Address object(s)
update_user_profile Event published by the backend to inform subscribers of updates to profile of a specific user. User object
update_user_address Event published by the backend to inform subscribers of updates to a specific address of a specific user. Array containing Address object(s)
add_user_address Event published by the backend to inform subscribers of addition of a new address for a specific user. Array containing Address object(s)