Remove User Of Extension
This API is used to remove an extension from a previously assigned user.
Request:
Response:
Request body structure:
School name
Data type
Describe
updated
int
Status
0: Failed
1: Successful
Last updated
This API is used to remove an extension from a previously assigned user.
Request:
Response:
Request body structure:
updated
int
Status
0: Failed
1: Successful
Last updated
POST $BASE_URL.ETelecom/RemoveUserOfExtension HTTP/1.1
Host:
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
}