v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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

primaryContactNumberstring nullable

The main contact number for the user

secondaryContactNumberstring nullable

The secondary contact number for the user

firstNamestring nullable
lastNamestring nullable
emailstring email nullable

the email address of the user

smsNumberstring nullable

The phone number of a device that the user can receive sms messages on

Example request

{
  "firstName": "John",
  "lastName": "Doe",
  "primaryContactNumber": "11235555555",
  "smsNumber": "11235555555",
  "secondaryContactNumber": "11235555550",
  "email": "foo@example.com"
}

Response

request completed okay