Microsoft Graph Identity Group Create Example

A sample description.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

displayNamedescriptiongroupTypesmailEnabledmailNicknamesecurityEnabledvisibilityisAssignableToRolemembers@odata.bindowners@odata.bind

Example Payload

Raw ↑
{
  "displayName": "example_value",
  "description": "A sample description.",
  "groupTypes": [],
  "mailEnabled": true,
  "mailNickname": "example_value",
  "securityEnabled": true,
  "visibility": "example_value",
  "isAssignableToRole": true,
  "members@odata.bind": [],
  "owners@odata.bind": []
}