Webex · Schema
CallPickupGroupMember
Represents a member of a call pickup group.
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the member. |
| type | object | |
| firstName | string | First name of the member. |
| lastName | string | Last name of the member. |
| departmentName | string | Department name of the member. |
| directNumber | string | Direct number of the member. |
| extension | string | Extension of the member. |
| string | Email address of the member. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallPickupGroupMember",
"title": "CallPickupGroupMember",
"type": "object",
"description": "Represents a member of a call pickup group.",
"example": {
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU",
"type": "PEOPLE",
"firstName": "John",
"lastName": "Doe",
"departmentName": "Electric",
"directNumber": "+19075551234",
"extension": "1234",
"email": "abc@gmail.com"
},
"required": [
"id",
"type",
"firstName",
"lastName",
"departmentName",
"email"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZTU1NWNkMC02MzQxLTQyYjgtYTIxYy1lNzVmMjE0NDgyNzU",
"description": "Unique identifier for the member."
},
"type": {
"$ref": "#/components/schemas/MemberType"
},
"firstName": {
"type": "string",
"example": "John",
"description": "First name of the member."
},
"lastName": {
"type": "string",
"example": "Doe",
"description": "Last name of the member."
},
"departmentName": {
"type": "string",
"example": "Electric",
"description": "Department name of the member."
},
"directNumber": {
"type": "string",
"example": "+19075551234",
"description": "Direct number of the member."
},
"extension": {
"type": "string",
"example": "1234",
"description": "Extension of the member."
},
"email": {
"type": "string",
"example": "abc@gmail.com",
"description": "Email address of the member."
}
}
}
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-callpickupgroupmember"
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.