ActivityRecord

An audit activity record from the Office 365 Management Activity API representing a user, admin, system, or policy action or event.

Microsoft-365Microsoft Office IntegrationOffice 365

Properties

Name Type Description
CreationTime string The date and time in UTC when the user performed the activity.
Id string Unique identifier of an audit record.
Operation string The name of the user or admin activity.
OrganizationId string The GUID for the organization's tenant.
RecordType integer The type of operation indicated by the record.
ResultStatus string Indicates whether the action was successful or not.
UserKey string A unique ID for the user identified in the UserId property.
UserType integer The type of user that performed the operation.
Workload string The Office 365 service where the activity occurred.
ClientIP string The IP address of the device used when the activity was logged.
ObjectId string The object that was accessed or modified by the activity.
UserId string The user who performed the action that resulted in the record being logged.
View JSON Schema on GitHub

JSON Schema

activity-record.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "activity-record.json",
  "title": "ActivityRecord",
  "description": "An audit activity record from the Office 365 Management Activity API representing a user, admin, system, or policy action or event.",
  "type": "object",
  "properties": {
    "CreationTime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time in UTC when the user performed the activity."
    },
    "Id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier of an audit record."
    },
    "Operation": {
      "type": "string",
      "description": "The name of the user or admin activity."
    },
    "OrganizationId": {
      "type": "string",
      "format": "uuid",
      "description": "The GUID for the organization's tenant."
    },
    "RecordType": {
      "type": "integer",
      "description": "The type of operation indicated by the record."
    },
    "ResultStatus": {
      "type": "string",
      "description": "Indicates whether the action was successful or not.",
      "enum": ["success", "failed", "partiallySucceeded"]
    },
    "UserKey": {
      "type": "string",
      "description": "A unique ID for the user identified in the UserId property."
    },
    "UserType": {
      "type": "integer",
      "description": "The type of user that performed the operation."
    },
    "Workload": {
      "type": "string",
      "description": "The Office 365 service where the activity occurred."
    },
    "ClientIP": {
      "type": "string",
      "description": "The IP address of the device used when the activity was logged."
    },
    "ObjectId": {
      "type": "string",
      "description": "The object that was accessed or modified by the activity."
    },
    "UserId": {
      "type": "string",
      "description": "The user who performed the action that resulted in the record being logged."
    }
  },
  "required": ["CreationTime", "Id", "Operation", "OrganizationId", "RecordType", "UserId"]
}

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/activity-record"
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.