Assign extension to user
In order for user to be able to make calls on the system, it is necessary to assign extensions to user.
School name
Data type
Describe
School name
Data type
Describe
Last updated
In order for user to be able to make calls on the system, it is necessary to assign extensions to user.
Last updated
POST $BASE_URL.ETelecom/AssignUserToExtension HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"extension_id": "text",
"user_id": "text"
}{
"updated": 1
}curl --location '$BASE_URL.Etelecom/AssignUserToExtension' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"extension_id": "string",
"user_id": "string"
}'{
"updated": 0
}