Table of Contents

Interface IOrganizationsClient

Namespace
Auth0.ManagementApi.Users
Assembly
Auth0.ManagementApi.dll
public interface IOrganizationsClient
Extension Methods

Methods

ListAsync(string, ListUserOrganizationsRequestParameters, RequestOptions?, CancellationToken)

Retrieve list of the specified user's current Organization memberships. User must be specified by user ID. For more information, review Auth0 Organizations.

Task<Pager<Organization>> ListAsync(string id, ListUserOrganizationsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

id string
request ListUserOrganizationsRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<Organization>>