Webex · Schema
LogInResourceRequest
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| dialNumber | string | A dialNumber field contains the number to dial such as a route point or extension, maximum length 43 characters. |
| teamId | string | The unique ID representing a team of users. Leaving this field blank is valid for supervisor role but invalid for agent role, maximum length 36 characters. |
| isExtension | boolean | It indicates if the dialNumber field is full number or extension. It is set to false by default. |
| roles | array | It represents the current role of the user. The user can either be an ```agent``` or a ```supervisor```. |
| deviceType | string | It represents the way to differentiate type of login request (```AGENT_DN```, ```EXTENSION```, ```BROWSER```). Leaving this field is valid for supervisor role but invalid for agent role. |
| deviceId | string | It is equal to dialNumber for AGENT_DN & EXTENSION deviceType and for BROWSER it is populated as webrtc-AgentUUID, maximum length 43 characters. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LogInResourceRequest",
"title": "LogInResourceRequest",
"properties": {
"dialNumber": {
"description": "A dialNumber field contains the number to dial such as a route point or extension, maximum length 43 characters.",
"type": "string",
"example": "5678956899"
},
"teamId": {
"description": "The unique ID representing a team of users. Leaving this field blank is valid for supervisor role but invalid for agent role, maximum length 36 characters.",
"type": "string",
"example": "5c8e24ff-a31a-422d-b7a7-b56c6739081d"
},
"isExtension": {
"description": "It indicates if the dialNumber field is full number or extension. It is set to false by default.",
"type": "boolean",
"example": "false"
},
"roles": {
"description": "It represents the current role of the user. The user can either be an ```agent``` or a ```supervisor```.",
"type": "array",
"items": {
"type": "string"
},
"example": [
"agent",
"supervisor"
]
},
"deviceType": {
"description": "It represents the way to differentiate type of login request (```AGENT_DN```, ```EXTENSION```, ```BROWSER```). Leaving this field is valid for supervisor role but invalid for agent role.",
"type": "string",
"example": "AGENT_DN"
},
"deviceId": {
"description": "It is equal to dialNumber for AGENT_DN & EXTENSION deviceType and for BROWSER it is populated as webrtc-AgentUUID, maximum length 43 characters.",
"type": "string",
"example": "5678956899"
}
},
"required": [
"dialNumber",
"roles"
],
"type": "object"
}
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-loginresourcerequest"
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.