User
Create User
Creates a user for the client/subclient.
Request to enable at TabaPay Support or help@tabapay.com
post/v2/clients/{ClientID}/users
Path parameters
ClientIDstring required
22-character <glossary:ClientID>. Ask TabaPay Support if you need to specify a <glossary:SubClientID>.
Request body
Example request
{
"phone": {
"countryCode": "1",
"number": "5555555555"
},
"address": {
"country": "840"
},
"dateOfBirth": "19990131",
"dateOfFormation": "19990131"
}Response
User created.
Changes
No recorded changes to this endpoint across all 1 revision of this API.