User Info Update
Notify the user whenever any basic-details or address-details of the user are modified.
{
"address": {
"address_id": "1d7348a4-efce-41d6-8f6d-41b6986e833",
"address_line1": "Happay(VA Tech Ventures), ",
"address_line2": "3rd Floor, Delta Block, Sigma Tech Park",
"city": "Bangalore",
"country": "India",
"pin_code": "560043",
"state": "Karnataka"
},
"dob": "2019-06-12",
"email": "[email protected]",
"first_name": "Bharatwaj",
"gender": "Male",
"last_name": "Majji",
"middle_name": "",
"mobile": "+91 9944820123",
"user_id": "usr_123465789",
"bank_reference_id": "Ref99881122"
}Field Name
Data Type
Required (O/M)
Description
user_id
String
M
Unique id of the User
mobile
String
M
Mobile-Number of the User
first_name
String
M
First-Name of the User
middle_name
String
M
Middle-Name of the User
last_name
String
M
Last-Name of the User
gender
String
M
Gender of the User
String
M
Email of the User
dob
String
M
DOB of the User
address
Map
O
Address-Details of the User
address.address_id
String
M
Unique id of the Address
address.address_line1
String
M
Address-Line1 of the User
address.address_line2
String
M
Address-Line2 of the User
address.city
String
M
City of the User
address.state
String
M
State of the User
address.country
String
M
Country of the User
address.pin_code
String
M
Pin-Code of the User
bank_reference_id
String
O
Bank’s Reference Id of the User
Last updated
