Microsoft Office 365 · Example Payload

Microsoft Graph Group Example

A sample description.

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

iddisplayNamedescriptionmailmailEnabledmailNicknamesecurityEnabledgroupTypesvisibilitycreatedDateTimerenewedDateTimeclassificationmembershipRulemembershipRuleProcessingStateresourceProvisioningOptionsmembersowners

Example Payload

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