Microsoft Graph · Schema

microsoft.graph.unifiedRoleAssignmentSchedule

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunifiedroleassignmentschedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule",
  "title": "microsoft.graph.unifiedRoleAssignmentSchedule",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.unifiedRoleScheduleBase"
    },
    {
      "title": "unifiedRoleAssignmentSchedule",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "assignmentType": {
          "type": "string",
          "description": "The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).",
          "nullable": true
        },
        "memberType": {
          "type": "string",
          "description": "How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).",
          "nullable": true
        },
        "scheduleInfo": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.requestSchedule"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The period of the role assignment. It can represent a single occurrence or multiple recurrences."
        },
        "activatedUsing": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it's null. Supports $expand.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleAssignmentSchedule"
}

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-microsoftgraphunifiedroleassignmentschedule"
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 email required.

A second provider on the same verified email joins the account you already have.