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

    Interface GetUsersResponse

    interface GetUsersResponse {
        metadata: { nextPageToken: string; [key: string]: unknown };
        users: {
            emailAddress: string;
            firstName: string;
            hashId: string;
            lastName: string;
            userName: string;
            [key: string]: unknown;
        }[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    metadata: { nextPageToken: string; [key: string]: unknown }

    Additional request information

    users: {
        emailAddress: string;
        firstName: string;
        hashId: string;
        lastName: string;
        userName: string;
        [key: string]: unknown;
    }[]

    A list of users found in an account with the given criterias