Table of Contents

Class UserAccountLinkRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class UserAccountLinkRequest
Inheritance
UserAccountLinkRequest
Inherited Members

Properties

ConnectionId

Gets or sets the identifier of the connection of the secondary account being linked.

[JsonProperty("connection_id")]
public string ConnectionId { get; set; }

Property Value

string

Remarks

This is optional and may be useful in the case of having more than a database connection for the 'auth0' provider.

Provider

Gets or sets the type of identity provider of the secondary account being linked.

[JsonProperty("provider")]
public string Provider { get; set; }

Property Value

string

UserId

Gets or sets the user's identitifer of the secondary account being linked.

[JsonProperty("user_id")]
public string UserId { get; set; }

Property Value

string