Microsoft Graph · Schema
identity
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| displayName | string | The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a |
| id | string | Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subje |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.identity",
"title": "identity",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"displayName": {
"type": "string",
"description": "The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta.",
"nullable": true
},
"id": {
"type": "string",
"description": "Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
},
"discriminator": {
"propertyName": "@odata.type",
"mapping": {
"#microsoft.graph.azureCommunicationServicesUserIdentity": "#/components/schemas/microsoft.graph.azureCommunicationServicesUserIdentity",
"#microsoft.graph.communicationsApplicationIdentity": "#/components/schemas/microsoft.graph.communicationsApplicationIdentity",
"#microsoft.graph.communicationsApplicationInstanceIdentity": "#/components/schemas/microsoft.graph.communicationsApplicationInstanceIdentity",
"#microsoft.graph.communicationsEncryptedIdentity": "#/components/schemas/microsoft.graph.communicationsEncryptedIdentity",
"#microsoft.graph.communicationsGuestIdentity": "#/components/schemas/microsoft.graph.communicationsGuestIdentity",
"#microsoft.graph.communicationsPhoneIdentity": "#/components/schemas/microsoft.graph.communicationsPhoneIdentity",
"#microsoft.graph.communicationsUserIdentity": "#/components/schemas/microsoft.graph.communicationsUserIdentity",
"#microsoft.graph.emailIdentity": "#/components/schemas/microsoft.graph.emailIdentity",
"#microsoft.graph.initiator": "#/components/schemas/microsoft.graph.initiator",
"#microsoft.graph.provisionedIdentity": "#/components/schemas/microsoft.graph.provisionedIdentity",
"#microsoft.graph.provisioningServicePrincipal": "#/components/schemas/microsoft.graph.provisioningServicePrincipal",
"#microsoft.graph.provisioningSystem": "#/components/schemas/microsoft.graph.provisioningSystem",
"#microsoft.graph.servicePrincipalIdentity": "#/components/schemas/microsoft.graph.servicePrincipalIdentity",
"#microsoft.graph.sharePointIdentity": "#/components/schemas/microsoft.graph.sharePointIdentity",
"#microsoft.graph.teamworkApplicationIdentity": "#/components/schemas/microsoft.graph.teamworkApplicationIdentity",
"#microsoft.graph.teamworkConversationIdentity": "#/components/schemas/microsoft.graph.teamworkConversationIdentity",
"#microsoft.graph.teamworkTagIdentity": "#/components/schemas/microsoft.graph.teamworkTagIdentity",
"#microsoft.graph.teamworkUserIdentity": "#/components/schemas/microsoft.graph.teamworkUserIdentity",
"#microsoft.graph.userIdentity": "#/components/schemas/microsoft.graph.userIdentity",
"#microsoft.graph.callRecords.userIdentity": "#/components/schemas/microsoft.graph.callRecords.userIdentity"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphidentity"
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.