directory_get_group
Retrieve an Entra ID group's details (display name, description, type, email, visibility, creation date) by providing its group ID. Use when group properties are needed, not membership.
Instructions
Get one Entra ID group's details by id: display name, description, type, email address, visibility and creation date. Use when a group id is already known and its properties matter rather than its membership — directory_list_group_members returns who is in it. Requires Group.Read.All.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Entra group ID (GUID) | |
| max_results | No | Maximum members to return (1-200) |