Type alias QuickBaseRequestDenyUsersAndGroups

QuickBaseRequestDenyUsersAndGroups: QuickBaseRequest & {
    accountId?: number;
    shouldDeleteFromGroups: boolean;
}

Type declaration

  • Optional accountId?: number

    The account id being used to deny users. If no value is specified, the first account associated with the requesting user token is chosen.

  • shouldDeleteFromGroups: boolean

    Specifies if the users should also be removed from all groups.