Unblu Agent Embedded JS API
    Preparing search index...

    Interface Team

    Information about a team

    interface Team {
        description: string;
        id: string;
        name: string;
        parentId: string;
    }
    Index

    Properties

    description: string

    The description of the team. If the team has a translation of its description for the current language, the translated description is returned.

    id: string

    The unique ID of the team

    name: string

    The name of the team. If the team has a translation of its name for the current language, the translated name is returned.

    parentId: string

    The ID of the parent team. If the parentId is null, this team is the default team of the account.