Microsoft Teams · Example Payload

Microsoft Teams Createteam Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Microsoft Teams Createteam 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": "createTeam",
  "method": "POST",
  "path": "/teams",
  "summary": "Microsoft Teams Create Team",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreateTeamRequestExample",
      "example": {
        "displayName": "New Project Team",
        "description": "Team for the new project initiative",
        "visibility": "private"
      }
    }
  ],
  "responseExamples": []
}