Type alias QuickBaseResponseRemoveManagersFromGroup

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

Type declaration

  • failure: string[]

    A list of users that couldn’t be removed from the group. This includes a list of IDs that represent invalid users.

  • success: string[]

    A list of users that have been removed from the group successfully.

Generated using TypeDoc