curl -X POST https://api.example.com/v1/organizations/{org_id}/users \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "John Smith", "email": "[email protected]", "permission": "admin" }'
{ "success": true, "user": { "unique_id": "1763072368418x263803518630956376", "name": "John Smith", "email": "[email protected]", "permission": "admin", "total_campaigns": 0, "total_agents": 0 }, "powered_by": "Teli" }
Add a user to an organization
admin
user