Skip to main content
POST
Provision User With Default Wallets (Admin)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required
phone_number
string
required
first_name
string
required
last_name
string
required
password
string
required
Minimum string length: 6
role
enum<string>
required
Available options:
customer,
vendor,
subvendor,
merchant,
user,
admin,
treasury,
otc_officer
kyc_status
enum<string>
Available options:
pending,
approved,
rejected
is_active
boolean
default:true
pin
string
Required string length: 6
parent_vendor_id
string<uuid>

Response

User provisioned with wallets