Skip to content

cloudfire-auth / GetUsersResult

Interface: GetUsersResult ​

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

Represents the result of the CloudFireAuth.getUsers API.

Properties ​

notFound ​

notFound: UserIdentifier[]

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

Set of identifiers that were requested, but not found.


users ​

users: UserRecord[]

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

Set of user records, corresponding to the set of users that were requested. Only users that were found are listed here. The result set is unordered.