Table of Contents

Interface IGroupsClient

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

Methods

ListAsync(string, string, ListOrganizationRoleGroupsRequestParameters, RequestOptions?, CancellationToken)

Retrieve the list of groups assigned to a role in the context of an organization.

Task<Pager<RoleGroup>> ListAsync(string organizationId, string roleId, ListOrganizationRoleGroupsRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)

Parameters

organizationId string
roleId string
request ListOrganizationRoleGroupsRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<RoleGroup>>