Microsoft Teams · Example Payload

Teams Graph Api Channel Example

General discussion channel.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Teams Graph Api Channel 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

iddisplayNamedescriptionmembershipTypecreatedDateTimewebUrl

Example Payload

Raw ↑
{
  "id": "19:abc123@thread.tacv2",
  "displayName": "General",
  "description": "General discussion channel.",
  "membershipType": "standard",
  "createdDateTime": "2025-06-15T08:00:00Z",
  "webUrl": "https://teams.microsoft.com/l/channel/19%3Aabc123/"
}