Table of Contents

Interface IOrganizationTemplateClient

Namespace
Auth0.ManagementApi.Organizations
Assembly
Auth0.ManagementApi.dll
public interface IOrganizationTemplateClient
Extension Methods

Methods

AssignOrganizationTemplateAsync(string, string, RequestOptions?, CancellationToken)

Assign an Organization Template to an organization.

WithRawResponseTask AssignOrganizationTemplateAsync(string id, string templateId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
templateId string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask

GetAsync(string, RequestOptions?, CancellationToken)

Retrieve the organization template assigned to a specific organization. Returns the template object if one is explicitly assigned, or a 404 if no template is assigned.

WithRawResponseTask<OrganizationTemplate> GetAsync(string id, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask<OrganizationTemplate>

UnassignOrganizationTemplateAsync(string, string, RequestOptions?, CancellationToken)

Remove an Organization Template assignment from an organization.

WithRawResponseTask UnassignOrganizationTemplateAsync(string id, string templateId, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
templateId string
options RequestOptions
cancellationToken CancellationToken

Returns

WithRawResponseTask