Microsoft Office 365 · JSON Structure

Microsoft Graph Group Structure

Type: object Properties: 17
CloudCollaborationEnterpriseMicrosoftProductivity

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

Properties

id displayName description mail mailEnabled mailNickname securityEnabled groupTypes visibility createdDateTime renewedDateTime classification membershipRule membershipRuleProcessingState resourceProvisioningOptions members owners

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Group",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "mail": {
      "type": "string"
    },
    "mailEnabled": {
      "type": "boolean"
    },
    "mailNickname": {
      "type": "string"
    },
    "securityEnabled": {
      "type": "boolean"
    },
    "groupTypes": {
      "type": "array"
    },
    "visibility": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    },
    "renewedDateTime": {
      "type": "string"
    },
    "classification": {
      "type": "string"
    },
    "membershipRule": {
      "type": "string"
    },
    "membershipRuleProcessingState": {
      "type": "string"
    },
    "resourceProvisioningOptions": {
      "type": "array"
    },
    "members": {
      "type": "array"
    },
    "owners": {
      "type": "array"
    }
  }
}