Skip to main content
POST
Add a team member

Authorizations

Authorization
string
header
required

See Authentication for the full explanation of session tokens vs. API keys and when each is used.

Body

application/json
first_name
string
required
Maximum string length: 100
last_name
string
required
Maximum string length: 100
email
string<email>
required
phone
string
required
Maximum string length: 20
dob
string<date> | null
gender
string | null
designation
string | null
bvn
string | null
id_type
string | null
id_file_url
string | null
address
string | null

Response

Added