Microsoft Office 365 · JSON Structure

Microsoft Graph Group Create Request Structure

Type: object Properties: 9
CloudCollaborationEnterpriseMicrosoftProductivity

GroupCreateRequest is a JSON Structure definition published by Microsoft Office 365, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName description mailEnabled mailNickname securityEnabled groupTypes visibility owners@odata.bind members@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": "GroupCreateRequest",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "mailEnabled": {
      "type": "boolean"
    },
    "mailNickname": {
      "type": "string"
    },
    "securityEnabled": {
      "type": "boolean"
    },
    "groupTypes": {
      "type": "array"
    },
    "visibility": {
      "type": "string"
    },
    "owners@odata.bind": {
      "type": "array"
    },
    "members@odata.bind": {
      "type": "array"
    }
  }
}