Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique id of the guest. This is a `personId` |
| subject | string | The external unique identifier of the guest. |
| displayName | string | The guest’s display name shown in Webex applications |
| string | The person’s synthetic email in Webex. | |
| accessToken | string | The guests access token. Guest tokens usually are over 2000 characters in length. |
| expiresIn | number | The token expiration in seconds from the time of issuance. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Guest",
"title": "Guest",
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zNzlhNWQ4ZC1hNTE4LTQ3NmQtYmY1NC1mZmE5MWQ3OWM4MTI",
"description": "The unique id of the guest. This is a `personId`"
},
"subject": {
"type": "string",
"example": "PersonNo#1",
"description": "The external unique identifier of the guest."
},
"displayName": {
"type": "string",
"example": "Person of Interest",
"description": "The guest\u2019s display name shown in Webex applications"
},
"email": {
"type": "string",
"example": "1ad14c30-59a6-31a7-b345-963e3d167e10@appid.ciscospark.com",
"description": "The person\u2019s synthetic email in Webex."
},
"accessToken": {
"type": "string",
"example": "eyJhbGciOiJSUzI1NiJ9.eyJkw1zx5iIDv7FL3cWQ_JEjehqtPVRmFf572q7RZwSIZgQRziAw",
"description": "The guests access token. Guest tokens usually are over 2000 characters in length."
},
"expiresIn": {
"type": "number",
"example": 64799,
"description": "The token expiration in seconds from the time of issuance."
}
}
}
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-guest"
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.