# Microsoft Entra ID - Search users action

The Search users action retrieves a list of users using search filters. If the number of records exceeds the limit, this action paginates through the remaining records.

# Input

Input field Description
Fields Choose the fields to include in the output.
Expand Retrieves related resources.
Additional fields Define additional fields using the schema designer.
Search Filter results using search keywords. For example,mail:[email protected]. Learn more (opens new window).
Filter Apply query parameters to filter results. For example, startsWith(givenName, ‘J’). Learn more (opens new window).
Next page cursor Retrieve this value from the output if additional records exist.
Page size Set the maximum number of records to return. Defaults to 100 if blank. Note that the action may fail due to rate limits. Refer to the Microsoft Graph service-specific throttling limit (opens new window) section for more information.

# Output

Refer to the User schema (opens new window) for field definitions.


Last updated: 2/26/2025, 8:27:26 PM

On this page