User metadata to include when importing a user.
Signature:
export interface UserMetadataRequest
Properties
| Property | Type | Description |
|---|---|---|
| creationTime | string | The date the user was created, formatted as a UTC string. |
| lastSignInTime | string | The 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;