Skip to content

cloudfire-auth / ListUsersResult

Interface: ListUsersResult

Defined in: types/firebase-admin/index.ts:185

Interface representing the object returned from a CloudFireAuth.listUsers operation. Contains the list of users for the current batch and the next page token if available.

Properties

pageToken?

optional pageToken: string

Defined in: types/firebase-admin/index.ts:194

The next page token if available. This is needed for the next batch download.


users

users: UserRecord[]

Defined in: types/firebase-admin/index.ts:190

The list of UserRecord objects for the current downloaded batch.