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

    Interface DenyUsersResponse

    interface DenyUsersResponse {
        failure: string[];
        success: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    failure: string[]

    A list of users that couldn't be denied. This also includes the ID's of users that are not valid.

    success: string[]

    A list of users that have successfully been denied.