Webex · Example Payload
Webex Query Meeting Participants With Email Example
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Webex Query Meeting Participants With Email Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "Query Meeting Participants with Email",
"method": "POST",
"path": "/meetingParticipants/query",
"summary": "Query Meeting Participants with Email",
"requestExamples": [
{
"contentType": "application/json",
"example": {
"emails": [
"john.andersen@example.com",
"brenda.song@example.com",
"alex.yang@example.com"
],
"joinTimeFrom": "2022-10-22T09:30:00",
"joinTimeTo": "2022-10-25T09:30:00"
}
}
],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"example": {
"items": [
{
"id": "560d7b784f5143e3be2fc3064a5c4999_3c2e2338-e950-43bf-b588-573773ee43d1",
"orgId": "1eb65fdf-9643-417f-9974-ad72cae0e10f",
"host": true,
"coHost": false,
"spaceModerator": false,
"email": "joeDoe@cisco.com",
"displayName": "Joe Doe",
"invitee": false,
"muted": false,
"meetingStartTime": "2020-10-02T17:31:00Z",
"video": "on",
"state": "lobby",
"breakoutSessionId": "2e373567-465b-8530-a18a-7025e1871d40",
"joinedTime": "2022-10-25T09:00:00Z",
"leftTime": "2022-10-25T09:30:00Z",
"siteUrl": "example.webex.com",
"meetingId": "3a688f62840346e8b87dde2b50703511_I_197977258267247872",
"hostEmail": "janeDoe@cisco.com",
"devices": [
{
"correlationId": "8ccced6c-b812-4dff-a5dd-4c5c28f8d47d",
"deviceType": "webex_meeting_center_mac",
"audioType": "pstn",
"joinedTime": "2019-04-23T17:31:00.000Z",
"leftTime": "2019-04-23T17:32:00.000Z",
"durationSecond": 60,
"callType": "callIn",
"phoneNumber": "745273328"
}
],
"breakoutSessionsAttended": [
{
"id": "c84ba778-2f46-4dc6-9459-398694732d70",
"name": "Breakout session 1",
"joinedTime": "2022-10-25T09:05:00Z",
"leftTime": "2022-10-25T09:10:00Z"
}
],
"sourceId": "cisco"
}
]
}
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/webex-query-meeting-participants-with-email-example"
All examples
curl "https://apis.io/api/v1/examples?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.