Skip to main content
Retrieve a list of Microsoft Entra users who are at risk.
  • Least privileged Microsoft Graph permission to access the action via application: IdentityRiskyUser.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.

Parameters

ParameterDescription
FilterFilters results (rows).
Example: startswith(givenName,ā€˜J’)
Page SizeSets the page size of results. The page size can be set up to a maximum of 500 results.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

Workflow Library Example

List Risky Users with Microsoft Entra Id and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop