Interface IMembersClient
- Namespace
- Auth0.ManagementApi.Organizations.Roles
- Assembly
- Auth0.ManagementApi.dll
public interface IMembersClient
- Extension Methods
Methods
ListAsync(string, string, ListOrganizationRoleMembersRequestParameters, RequestOptions?, CancellationToken)
List the organization members assigned a specific role within the context of an organization.
-
Note: Returns only members with direct role assignments. For groups assigned to this role within the organization, use
GET /api/v2/organizations/{organization_id}/roles/{role_id}/groups.
Task<Pager<RoleMember>> ListAsync(string id, string roleId, ListOrganizationRoleMembersRequestParameters request, RequestOptions? options = null, CancellationToken cancellationToken = default)
Parameters
idstringroleIdstringrequestListOrganizationRoleMembersRequestParametersoptionsRequestOptionscancellationTokenCancellationToken