Interface IClientsClient
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
public interface IClientsClient
- Extension Methods
Methods
CreateAsync(string, CreateOrganizationClientsRequestContent, RequestOptions?, CancellationToken)
Associate one or more clients with an organization.
WithRawResponseTask<IEnumerable<OrganizationClient>> CreateAsync(string id, CreateOrganizationClientsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestCreateOrganizationClientsRequestContentoptionsRequestOptionscancellationTokenCancellationToken
Returns
DeleteAsync(string, DeleteOrganizationClientsRequestContent, RequestOptions?, CancellationToken)
Remove one or more client associations from an organization.
WithRawResponseTask DeleteAsync(string id, DeleteOrganizationClientsRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestDeleteOrganizationClientsRequestContentoptionsRequestOptionscancellationTokenCancellationToken
Returns
GetAsync(string, string, RequestOptions?, CancellationToken)
Get a specific client association for an organization.
WithRawResponseTask<GetOrganizationClientResponseContent> GetAsync(string id, string clientId, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringclientIdstringoptionsRequestOptionscancellationTokenCancellationToken
Returns
ListAsync(string, ListOrganizationClientsRequestParameters, RequestOptions?, CancellationToken)
List all clients associated with an organization, using checkpoint pagination.
-
Note: The first time you call this endpoint, omit the
fromparameter. If there are more results, anextvalue is included in the response. You can use this for subsequent API calls. Whennextis no longer included in the response, no further results are remaining.
Task<Pager<OrganizationClient>> ListAsync(string id, ListOrganizationClientsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringrequestListOrganizationClientsRequestParametersoptionsRequestOptionscancellationTokenCancellationToken
Returns
UpdateAsync(string, string, UpdateOrganizationClientRequestContent, RequestOptions?, CancellationToken)
Update an organization client association.
WithRawResponseTask<UpdateOrganizationClientResponseContent> UpdateAsync(string id, string clientId, UpdateOrganizationClientRequestContent request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringclientIdstringrequestUpdateOrganizationClientRequestContentoptionsRequestOptionscancellationTokenCancellationToken