UserCreateParameters.Confirmation Property

Definition

Gets or sets determines the type of confirmation e-mail that will be sent to the newly created user. Possible values include: 'signup', 'invite'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.confirmation")]
public string Confirmation { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.confirmation")>]
member this.Confirmation : string with get, set
Public Property Confirmation As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to