Microsoft Office 365 · Example Payload

Microsoft Office 365 Updategroup Example

CloudCollaborationEnterpriseMicrosoftProductivity

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateGroup",
  "method": "PATCH",
  "path": "/groups/{group-id}",
  "summary": "Microsoft Office 365 Update Group",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdategroupRequestExample",
      "example": {
        "displayName": "example_value",
        "description": "A sample description.",
        "mailNickname": "example_value",
        "visibility": "Public",
        "classification": "example_value"
      }
    }
  ],
  "responseExamples": []
}