Type alias QuickBaseResponseAddSubgroupsToGroup

QuickBaseResponseAddSubgroupsToGroup: {
    failure: string[];
    success: string[];
}

Type declaration

  • 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.

Generated using TypeDoc