associatedTeamInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 associatedTeamInfo 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.

JSON representation

The following is a JSON representation of the resource.

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