v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBUser
Update User
Updates an existing user.
put/v2/clients/{ClientID}/users/{UserID}
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
UserIDstring required
22-character UserID returned from Create User.
Request body
Example request
{
"phone": {
"countryCode": "1",
"number": "5555555555"
},
"address": {
"country": "840"
},
"dateOfBirth": "19990131",
"dateOfFormation": "19990131"
}Response
User updated.