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

    Interface AddManagersToGroupResponse

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

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    failure: string[]

    A list of users that couldn’t be added to the group. This includes a list of IDs that represent invalid users and users who have already been added to the group.

    success: string[]

    A list of users that have been added to the group successfully.