Table of Contents

Interface IGroupsClient

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

Properties

Roles

IRolesClient Roles { get; }

Property Value

IRolesClient

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

organizationId string
request ListOrganizationGroupsRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<Group>>