Create User
post/v1/user
Headers
Authorizationstring required
Bearer (Token)
Request body
Response
200
Example response
{
"success": true,
"message": "User created successfully.",
"data": {
"id": 5155,
"agent_id": "05046630050",
"agent_extension": "06046630036"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.