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

    Interface RemoveMembersFromGroupResponse

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    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.