Unblu Agent Embedded JS API
    Preparing search index...

    Interface InviteTeamOptions

    Options for inviting a team

    interface InviteTeamOptions {
        comment?: string;
        joinHidden?: boolean;
        teamId: string;
    }
    Index

    Properties

    comment?: string

    An optional message which is sent to the invited team

    joinHidden?: boolean

    If 'true', the agent who accepts the invitation is added as a hidden participant

    teamId: string

    The ID of the team which should be invited