interface BulkGetUsers {
    accountId: string[];
    maxResults?: number;
    startAt?: number;
}

Properties

accountId: string[]

The account ID of a user. To specify multiple users, pass multiple accountId parameters. For example, accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5.

maxResults?: number

The maximum number of items to return per page.

startAt?: number

The index of the first item to return in a page of results (page offset).