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

    Interface GetUsersRequest

    interface GetUsersRequest {
        appIds?: string[];
        emails?: string[];
        nextPageToken?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    appIds?: string[]

    When provided, the returned users will be narrowed down only to the users assigned to the app id's provided in this list. The provided app id's should belong to the same account.

    emails?: string[]

    When provided, the returned users will be narrowed down only to the users included in this list.

    nextPageToken?: string

    Next page token used to get the next 'page' of results when available. When this field is empty, the first page is returned.