Microsoft Entra · Example Payload

Microsoft Entra Graph Identity Group Example

A sample description.

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Microsoft Entra Graph Identity Group Example is an example object payload from Microsoft Entra, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddisplayNamedescriptionmailEnabledmailNicknamesecurityEnabledgroupTypesvisibilitymembershipRulemembershipRuleProcessingStatemailproxyAddressesisAssignableToRoleonPremisesSyncEnabledcreatedDateTimerenewedDateTimemembersowners

Example Payload

Raw ↑
{
  "id": "abc123",
  "displayName": "example_value",
  "description": "A sample description.",
  "mailEnabled": true,
  "mailNickname": "example_value",
  "securityEnabled": true,
  "groupTypes": [],
  "visibility": "example_value",
  "membershipRule": "example_value",
  "membershipRuleProcessingState": "example_value",
  "mail": "example_value",
  "proxyAddresses": [],
  "isAssignableToRole": "example_value",
  "onPremisesSyncEnabled": "example_value",
  "createdDateTime": "example_value",
  "renewedDateTime": "example_value",
  "members": [],
  "owners": []
}