Interface IGroupsClient
- Namespace
- Auth0.ManagementApi.Organizations
- Assembly
- Auth0.ManagementApi.dll
public interface IGroupsClient
- Extension Methods
Properties
Roles
IRolesClient Roles { get; }
Property Value
Methods
ListAsync(string, ListOrganizationGroupsRequestParameters, RequestOptions?, CancellationToken)
Lists the groups that are assigned to the specified organization.
Task<Pager<Group>> ListAsync(string organizationId, ListOrganizationGroupsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringrequestListOrganizationGroupsRequestParametersoptionsRequestOptionscancellationTokenCancellationToken