Table of Contents

Class UserBlock

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Represents a user block

public class UserBlock
Inheritance
UserBlock
Inherited Members

Properties

Connection

The the connection for which the user is blocked

[JsonProperty("connection")]
public string Connection { get; set; }

Property Value

string

Identifier

The identifier of the user

[JsonProperty("identifier")]
public string Identifier { get; set; }

Property Value

string

Remarks

Can be the user's email address, username or phone number

IpAddress

The blocked IP address

[JsonProperty("ip")]
public string IpAddress { get; set; }

Property Value

string