Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAccountUsersResponse

    interface ListAccountUsersResponse {
        itemsPerPage?: number;
        resources?: AccountUser[];
        startIndex?: bigint;
        totalResults?: number;
    }
    Index

    Properties

    itemsPerPage?: number

    Total results returned in the response.

    resources?: AccountUser[]

    User objects returned in the response.

    startIndex?: bigint

    Starting index of all the results that matched the request filters. First item is number 1.

    totalResults?: number

    Total results that match the request filters.