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

    Interface representing a membership source.

    interface MembershipSource {
        id: string;
        membershipType: MembershipTypes;
        sourceType: MembershipSourceTypes;
        teamGroupId: string;
        tenantId?: string;
    }
    Index

    Properties

    id: string

    The unique identifier of the membership source.

    membershipType: MembershipTypes

    The users relationship to the current channel.

    The type of roster the user is a member of.

    teamGroupId: string

    The group ID of the team associated with this membership source.

    tenantId?: string

    Optional. The tenant ID for the user.