User.Created Property

Definition

Timestamp indicating when the user was created (yyyy-MM-ddTHH:mm:ss.fffZ)

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

Property Value

Attributes

Applies to