Microsoft Teams · Example Payload

Teams Graph Api Team Example

Core engineering team for product development.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Teams Graph Api Team Example is an example object payload from Microsoft Teams, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddisplayNamedescriptionvisibilityisArchivedcreatedDateTimewebUrl

Example Payload

Raw ↑
{
  "id": "team-a1b2c3d4",
  "displayName": "Engineering Team",
  "description": "Core engineering team for product development.",
  "visibility": "private",
  "isArchived": false,
  "createdDateTime": "2025-06-15T08:00:00Z",
  "webUrl": "https://teams.microsoft.com/l/team/19%3abc123/"
}