Table of Contents

Class OrganizationCreateRequest

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

Requests structure for creating a new organization.

public class OrganizationCreateRequest : OrganizationBase
Inheritance
OrganizationCreateRequest
Inherited Members

Properties

EnabledConnections

Support enable connections in organization

[JsonProperty("enabled_connections")]
public IList<OrganizationConnectionCreateRequest> EnabledConnections { get; set; }

Property Value

IList<OrganizationConnectionCreateRequest>