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

    Interface UndenyUsersResponse

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    failure: string[]

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

    success: string[]

    A list of users that have successfully been undenied.