Users
Update User Details for self
Update the profile details for the given user
Only Payee user types are supported
post/v2/users/self/userDetailsUpdate
Request body
Example request
{
"firstName": "John",
"lastName": "Doe",
"primaryContactNumber": "11235555555",
"smsNumber": "11235555555",
"secondaryContactNumber": "11235555550",
"email": "foo@example.com"
}Response
request completed okay