Microsoft Graph · Schema

microsoft.graph.attendanceRecord

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphattendancerecord-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.attendanceRecord",
  "title": "microsoft.graph.attendanceRecord",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "attendanceRecord",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "attendanceIntervals": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.attendanceInterval"
          },
          "description": "List of time periods between joining and leaving a meeting."
        },
        "emailAddress": {
          "type": "string",
          "description": "Email address of the user associated with this attendance record.",
          "nullable": true
        },
        "externalRegistrationInformation": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.virtualEventExternalRegistrationInformation"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The external information for a virtualEventRegistration."
        },
        "identity": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The identity of the user associated with this attendance record. The specific type is one of the following derived types of identity, depending on the user type: communicationsUserIdentity, azureCommunicationServicesUserIdentity."
        },
        "registrationId": {
          "type": "string",
          "description": "Unique identifier of a virtualEventRegistration that is available to all participants registered for the virtualEventWebinar.",
          "nullable": true
        },
        "role": {
          "type": "string",
          "description": "Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer.",
          "nullable": true
        },
        "totalAttendanceInSeconds": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Total duration of the attendances in seconds.",
          "format": "int32",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.attendanceRecord"
}

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/microsoft-graph-microsoftgraphattendancerecord"
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.