Interface IEffectiveRolesClient
- Namespace
- Auth0.ManagementApi.Organizations.Members
- Assembly
- Auth0.ManagementApi.dll
public interface IEffectiveRolesClient
- Extension Methods
Properties
Sources
ISourcesClient Sources { get; }
Property Value
Methods
ListAsync(string, string, ListOrganizationMemberEffectiveRolesRequestParameters, RequestOptions?, CancellationToken)
Lists the roles assigned to an organization member directly or through group membership.
Task<Pager<OrganizationMemberEffectiveRole>> ListAsync(string id, string userId, ListOrganizationMemberEffectiveRolesRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringuserIdstringrequestListOrganizationMemberEffectiveRolesRequestParametersoptionsRequestOptionscancellationTokenCancellationToken