Microsoft Graph Identity Directory Object Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity Directory Object Example is an example object payload from Microsoft Azure Active Directory, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@odata.typeiddeletedDateTime

Example Payload

Raw ↑
{
  "@odata.type": "example_value",
  "id": "abc123",
  "deletedDateTime": "example_value"
}