Microsoft Teams · Example Payload

Microsoft Teams Createchannel Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Microsoft Teams Createchannel Example is an example object payload from Microsoft Teams, 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": "createChannel",
  "method": "POST",
  "path": "/teams/{team-id}/channels",
  "summary": "Microsoft Teams Create Channel",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateChannelRequestExample",
      "example": {
        "displayName": "Design Review",
        "description": "Channel for design review discussions",
        "membershipType": "standard"
      }
    }
  ],
  "responseExamples": []
}