QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface AddSubgroupsToGroupResponse

    interface AddSubgroupsToGroupResponse {
        failure: string[];
        success: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    failure: string[]

    A list of child groups that couldn’t be added to the group. This includes a list of IDs that represent invalid groups and groups that have already been added to the group.

    success: string[]

    A list of child groups that have been added to the group successfully.