directory_list_group_members
Retrieve direct members of an Entra ID group by providing the group ID. Returns each member's name, email, job title, department, and total count, helping you answer questions like 'who is on the claims team'.
Instructions
List the people in an Entra ID group, given a group id from directory_search_groups. Returns each member's name, email, job title and department, plus the total count. Use to answer 'who is on the claims team'. Only direct members are listed — people who belong via a nested group are not included. Requires GroupMember.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Entra group ID (GUID) | |
| max_results | No | Maximum members to return (1-200) |