Microsoft Office 365 · Example Payload

Microsoft Graph Group Create Request Example

A sample description.

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

displayNamedescriptionmailEnabledmailNicknamesecurityEnabledgroupTypesvisibilityowners@odata.bindmembers@odata.bind

Example Payload

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