@theredspace/spp-client
    Preparing search index...

    Interface TagGroup

    A tag group is a tag type. Tags are a custom classification tool that organize users, customers, or projects into groups. Supports Add, Read, Modify, Upsert, Delete. :contentReference[oaicite:0]{index=0}:contentReference[oaicite:1]{index=1}

    interface TagGroup {
        active: "0" | "1";
        created: string;
        entity_type: "P" | "U" | "C";
        externalid?: string;
        id: string;
        name: string;
        searchable: "0" | "1";
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"

    1 = active, 0 = inactive

    created: string

    [Read-only] Creation timestamp

    entity_type: "P" | "U" | "C"

    Type of entity: 'U' = user, 'C' = customer, 'P' = project

    externalid?: string

    Optional external-system ID

    id: string

    [Read-only] Unique ID. Automatically assigned.

    name: string

    Name of this tag group

    searchable: "0" | "1"

    1 = searchable (only when entity_type = U)

    updated: string

    [Read-only] Last-modified timestamp