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

    Interface DenyUsersAndGroupsParams

    Deny and remove users from groups

    interface DenyUsersAndGroupsParams {
        accountId?: number;
        shouldDeleteFromGroups: boolean;
    }
    Index

    Properties

    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.