UserCreateParameters.State Property

Definition

Gets or sets account state. Specifies whether the user is active or not. Blocked users are unable to sign into the developer portal or call any APIs of subscribed products. Default state is Active. Possible values include: 'active', 'blocked', 'pending', 'deleted'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to