Documentation - v1.2.0-alpha.10
    Preparing search index...

    Represents details of a Microsoft Teams team.

    interface TeamDetails {
        aadGroupId?: string;
        channelCount?: number;
        id?: string;
        memberCount?: number;
        name?: string;
        type?: string;
    }
    Index

    Properties

    aadGroupId?: string

    Azure Active Directory group ID of the team.

    channelCount?: number

    Number of channels in the team.

    id?: string

    Unique identifier of the team.

    memberCount?: number

    Number of members in the team.

    name?: string

    Name of the team.

    type?: string

    Type of the team.