Type alias QuickBaseResponseAddManagersToGroup

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

Type declaration

  • failure: string[]

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

  • success: string[]

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

Generated using TypeDoc