Microsoft Entra ID - Search transitive group members action

The Search transitive group members action retrieves a list of the group's transitive members using search filters. A group can include users, devices, service principals, and other groups as members.

Refer to the Group membership section for supported member types. If the number of records exceeds the limit, this action paginates through the remaining records.

Input

Input fieldDescription
GroupChoose a group from the drop-down. Alternatively, enter a custom value if the group is not listed.
FieldsChoose the fields to include in the output.
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 Microsoft Graph service-specific throttling limit for more information.

Output

Refer to the User schema for field definitions.

Last updated: