Microsoft Teams · Example Payload

Microsoft Teams Getteam Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Microsoft Teams Getteam 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": "getTeam",
  "method": "GET",
  "path": "/teams/{team-id}",
  "summary": "Microsoft Teams Get Team",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "GetTeam200Example",
      "example": {
        "id": "team-a1b2c3d4",
        "displayName": "Engineering Team",
        "description": "Core engineering team for product development.",
        "visibility": "private",
        "isArchived": false
      }
    }
  ]
}