GetUsersResult interface Stay organized with collections Save and categorize content based on your preferences.
Represents the result of theBaseAuth.getUsers() API.
Signature:
exportinterfaceGetUsersResultProperties
| Property | Type | Description |
|---|---|---|
| notFound | UserIdentifier[] | Set of identifiers that were requested, but not found. |
| users | UserRecord[] | 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. |
GetUsersResult.notFound
Set of identifiers that were requested, but not found.
Signature:
notFound:UserIdentifier[];GetUsersResult.users
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.
Signature:
users:UserRecord[];Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.