Remove User Of Extension
This API is used to remove an extension from a previously assigned user.
School name
Data type
Describe
Last updated
This API is used to remove an extension from a previously assigned user.
Last updated
POST $BASE_URL.ETelecom/RemoveUserOfExtension HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"extension_id": "text",
"user_id": "text"
}{
"updated": 1
}curl --location '$BASE_URL.Etelecom/RemoveUserOfExtension' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"extension_id": "string",
"user_id": "string"
}'{
"updated": 0
}