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 fieldDescription
FieldsChoose the fields to include in the output.
ExpandRetrieves related resources.
Additional fieldsDefine additional fields using the schema designer.
SearchFilter results using search keywords. For example,mail:user@microsoft.com. Learn more.
FilterApply query parameters to filter results. For example, startsWith(givenName, ‘J’). Learn more.
Next page cursorRetrieve this value from the output if additional records exist.
Page sizeSet 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 quota section for more information.

Output ​

Refer to the User schema for field definitions.

Last updated: