Microsoft Graph · Schema

microsoft.graph.invitation

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinvitation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.invitation",
  "title": "microsoft.graph.invitation",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "invitation",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "invitedUserDisplayName": {
          "type": "string",
          "description": "The display name of the user being invited.",
          "nullable": true
        },
        "invitedUserEmailAddress": {
          "type": "string",
          "description": "The email address of the user being invited. Required. The following special characters aren't permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks (')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name, including at the beginning or end of the name."
        },
        "invitedUserMessageInfo": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.invitedUserMessageInfo"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Contains configuration for the message being sent to the invited user, including customizing message text, language, and cc recipient list."
        },
        "invitedUserType": {
          "type": "string",
          "description": "The userType of the user being invited. By default, this is Guest. You can invite as Member if you're a company administrator.",
          "nullable": true
        },
        "inviteRedeemUrl": {
          "type": "string",
          "description": "The URL the user can use to redeem their invitation. Read-only.",
          "nullable": true
        },
        "inviteRedirectUrl": {
          "type": "string",
          "description": "The URL the user should be redirected to after the invitation is redeemed. Required."
        },
        "resetRedemption": {
          "type": "boolean",
          "description": "Reset the user's redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. When true, the invitedUser/id relationship is required. For more information about using this property, see Reset redemption status for a guest user.",
          "nullable": true
        },
        "sendInvitationMessage": {
          "type": "boolean",
          "description": "Indicates whether an email should be sent to the user being invited. The default is false.",
          "nullable": true
        },
        "status": {
          "type": "string",
          "description": "The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error.",
          "nullable": true
        },
        "invitedUser": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.user"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The user created as part of the invitation creation. Read-only. The id property is required in the request body to reset a redemption status.",
          "x-ms-navigationProperty": true
        },
        "invitedUserSponsors": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.directoryObject"
          },
          "description": "The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.invitation"
}

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-microsoftgraphinvitation"
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.