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
idstringrequestListUserOrganizationsRequestParametersoptionsRequestOptionscancellationTokenCancellationToken