Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.96 KB

File metadata and controls

63 lines (49 loc) · 1.96 KB
title associatedTeamInfo resource type
description Represents a team that is associated with a user.
author devjha-ms
ms.localizationpriority high
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

associatedTeamInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a team that is associated with a user.

Currently, a user can be associated with a team in two different ways:

  • A user can be a direct member of a team.
  • A user can be a member of a shared channel that is hosted inside a team.

Inherits from teamInfo.

Methods

Method Return type Description
List your associated teams associatedTeamInfo collection Get the list of associatedTeamInfo objects and their properties.

Properties

Property Type Description
displayName String The name of the team. Inherited from teamInfo.
id String The unique identifier for the team. Read-only.
tenantId String The ID of the Microsoft Entra tenant. Inherited from teamInfo.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.associatedTeamInfo",
  "displayName": "String",
  "id": "String (identifier)",
  "tenantId": "String"
}

Related content