cURL
curl --request POST \ --url https://api.humcli.com/api/v1/operator/register \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "email": "jsmith@example.com", "phone": "<string>", "skills": [] } '
{ "operator_id": "<string>", "name": "<string>", "kyc_status": "PENDING" }
Register a new human operator. In development mode, KYC is auto-approved.
1 - 200
Show child attributes
Operator registered
PENDING
APPROVED
REJECTED