sharedWithChannelTeamInfo 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 information for a team with which a channel is shared. A team can be shared multiple channels.

Inherits from teamInfo.

Methods

Method Return type Description
List sharedWithChannelTeamInfo sharedWithChannelTeamInfo collection Get a list of the sharedWithChannelTeamInfo objects and their properties.
Get sharedWithChannelTeamInfo sharedWithChannelTeamInfo Read the properties and relationships of a sharedWithChannelTeamInfo object.
Delete sharedWithChannelTeamInfo None Delete a sharedWithChannelTeamInfo object.
List allowedMembers conversationMember collection Get the list of team members who have access to the shared channel.

Properties

Property Type Description
displayName String The name of the team. Inherited from teamInfo.
id String The unique identifier for the team. Read-only.
isHostTeam Boolean Indicates whether the team is the host of the channel.
tenantId String The ID of the Microsoft Entra tenant. Inherited from teamInfo.

Relationships

Relationship Type Description
allowedMembers conversationMember collection A collection of team members who have access to the shared channel.

JSON representation

The following is a JSON representation of the resource.

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