Webex · Schema

SecurityAuditEvent

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
data object
created string The date and time the event took place.
actorOrgId string The `orgId` of the person who made the change.
id string A unique identifier for the event.
actorId string The `personId` of the person who made the change.
View JSON Schema on GitHub

JSON Schema

webex-securityauditevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecurityAuditEvent",
  "title": "SecurityAuditEvent",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "actorOrgName": {
          "type": "string",
          "example": "Acme Inc.",
          "description": "The display name of the organization."
        },
        "eventDescription": {
          "type": "string",
          "example": "An Admin logged in",
          "description": "A description for the event."
        },
        "actorName": {
          "type": "string",
          "example": "Joe Smith",
          "description": "The name of the person who performed the action."
        },
        "actorEmail": {
          "type": "string",
          "example": "joe@example.com",
          "description": "The email of the person who performed the action."
        },
        "actorUserAgent": {
          "type": "string",
          "example": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36",
          "description": "The browser user agent of the person who performed the action."
        },
        "trackingId": {
          "type": "string",
          "example": "ATLAS_6f23a878-bcd4-c204-a4db-e701b42b0e5c_0",
          "description": "A tracking identifier for the event."
        },
        "eventCategory": {
          "type": "string",
          "example": "LOGINS",
          "description": "The category of resource changed by the event."
        },
        "actorIp": {
          "type": "string",
          "example": "128.107.241.191",
          "description": "The IP address of the person who performed the action."
        },
        "actionText": {
          "type": "string",
          "example": "Joe Smith logged into organization Acme Inc.",
          "description": "A more detailed description of the change made by the person."
        }
      }
    },
    "created": {
      "type": "string",
      "example": "2019-01-02T16:58:36.845Z",
      "description": "The date and time the event took place."
    },
    "actorOrgId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
      "description": "The `orgId` of the person who made the change."
    },
    "id": {
      "type": "string",
      "example": "MjQ0ODhiZTYtY2FiMS00ZGRkLTk0NWQtZDFlYjkzOGQ4NGUy",
      "description": "A unique identifier for the event."
    },
    "actorId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82ZWVmOGE4ZS1lNzg3LTQzMWUtOWM3ZC1hOGVjZmU1MjM5Nzc",
      "description": "The `personId` of the person who made the change."
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-securityauditevent"
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.