Table of Contents

Interface IEffectivePermissionsClient

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

Properties

Sources

ISourcesClient Sources { get; }

Property Value

ISourcesClient

Methods

ListAsync(string, ListUserEffectivePermissionsRequestParameters, RequestOptions?, CancellationToken)

Returns the list of effective permissions for a user, taking into account permissions granted directly to the user, as well as those inherited through roles and group memberships.

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

Parameters

id string
request ListUserEffectivePermissionsRequestParameters
options RequestOptions
cancellationToken CancellationToken

Returns

Task<Pager<UserEffectivePermissionResponseContent>>