UserMetadataRequest interface

User metadata to include when importing a user.

Signature:

exportinterfaceUserMetadataRequest

Properties

PropertyTypeDescription
creationTimestringThe date the user was created, formatted as a UTC string.
lastSignInTimestringThe date the user last signed in, formatted as a UTC string.

UserMetadataRequest.creationTime

The date the user was created, formatted as a UTC string.

Signature:

creationTime?:string;

UserMetadataRequest.lastSignInTime

The date the user last signed in, formatted as a UTC string.

Signature:

lastSignInTime?:string;

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.