Webex · Schema
LocationAssignedNumber
Details of a assigned phone number/extension in the user's location.
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| phoneNumber | string | The phone number in E.164 format. |
| extension | string | The extension. |
| state | string | * `ACTIVE` - Phone number is in the active state. * `INACTIVE` - Phone number is in the inactive state. |
| phoneNumberType | string | * `PRIMARY` - A direct phone number. * `ALTERNATE` - An alternate phone number. * `FAX` - A FAX number. |
| tollFreeNumber | boolean | Indicate if the number is toll free. |
| owner | object | The owner details. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LocationAssignedNumber",
"title": "LocationAssignedNumber",
"type": "object",
"description": "Details of a assigned phone number/extension in the user's location.",
"properties": {
"phoneNumber": {
"type": "string",
"description": "The phone number in E.164 format."
},
"extension": {
"type": "string",
"description": "The extension."
},
"state": {
"type": "string",
"enum": [
"ACTIVE",
"INACTIVE"
],
"description": " * `ACTIVE` - Phone number is in the active state.\n * `INACTIVE` - Phone number is in the inactive state.\n"
},
"phoneNumberType": {
"type": "string",
"enum": [
"PRIMARY",
"ALTERNATE",
"FAX"
],
"description": "* `PRIMARY` - A direct phone number.\n* `ALTERNATE` - An alternate phone number.\n* `FAX` - A FAX number.\n"
},
"tollFreeNumber": {
"type": "boolean",
"description": "Indicate if the number is toll free."
},
"owner": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"$ref": "#/components/schemas/NumberOwnerType"
},
"firstName": {
"type": "string",
"example": "Test",
"description": "First name of the phone number/extension owner. This field is present only for type `PEOPLE` and `VIRTUAL_LINE`."
},
"lastName": {
"type": "string",
"example": "Person",
"description": "Last name of the phone number/extension owner. This field is present only for type `PEOPLE` and `VIRTUAL_LINE`."
},
"displayName": {
"type": "string",
"example": "Test",
"description": "Display Name of the phone number/extension owner."
}
},
"description": "The owner details."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-locationassignednumber"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.