User.FirstSeen Property

Definition

Timestamp indicating when the user logged in the first time (yyyy-MM-ddTHH:mm:ss.fffZ)

[System.Text.Json.Serialization.JsonPropertyName("first_seen")]
public DateTime? FirstSeen { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("first_seen")>]
member this.FirstSeen : Nullable<DateTime> with get, set
Public Property FirstSeen As Nullable(Of DateTime)

Property Value

Attributes

Applies to