Microsoft Graph Identity Group Create Structure

Type: object Properties: 10
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

GroupCreate is a JSON Structure definition published by Microsoft Azure Active Directory, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName description groupTypes mailEnabled mailNickname securityEnabled visibility isAssignableToRole members@odata.bind owners@odata.bind

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GroupCreate",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "groupTypes": {
      "type": "array"
    },
    "mailEnabled": {
      "type": "boolean"
    },
    "mailNickname": {
      "type": "string"
    },
    "securityEnabled": {
      "type": "boolean"
    },
    "visibility": {
      "type": "string"
    },
    "isAssignableToRole": {
      "type": "boolean"
    },
    "members@odata.bind": {
      "type": "array"
    },
    "owners@odata.bind": {
      "type": "array"
    }
  }
}