/microsoft-active-directory-groups | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
microsoft_active_directory_groups_add_group_member | Add a member to a group |
microsoft_active_directory_groups_add_group_owner | Add an owner to a group |
microsoft_active_directory_groups_create_group | Create a new group |
microsoft_active_directory_groups_delete_group | Delete a group |
microsoft_active_directory_groups_get_group | Get a group by ID |
microsoft_active_directory_groups_list_group_members | List group members |
microsoft_active_directory_groups_list_group_owners | List group owners |
microsoft_active_directory_groups_list_group_transitive_members | List transitive members of a group |
microsoft_active_directory_groups_list_groups | List groups |
microsoft_active_directory_groups_remove_group_member | Remove a member from a group |
microsoft_active_directory_groups_remove_group_owner | Remove an owner from a group |
microsoft_active_directory_groups_update_group | Update a group |
microsoft_active_directory_groups_add_group_member
Add a member to a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
@odata.id | string | Yes | — | Full URL of the directory object to add (e.g. https://graph.microsoft.com/v1.0/users/{user-id}) |
microsoft_active_directory_groups_add_group_owner
Add an owner to a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group Id |
@odata.id | string | Yes | — | Full URL of the owner (e.g. https://graph.microsoft.com/v1.0/users/{user-id}) |
microsoft_active_directory_groups_create_group
Create a new group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
description | string | No | — | Description of the group |
displayName | string | Yes | — | Display name of the group |
groupTypes | any[] | No | — | Set to [‘Unified’] for Microsoft 365 groups, or [] for security groups |
mailEnabled | boolean | Yes | — | Whether the group is mail-enabled |
mailNickname | string | Yes | — | Mail alias for the group |
securityEnabled | boolean | Yes | — | Whether the group is a security group |
microsoft_active_directory_groups_delete_group
Delete a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
microsoft_active_directory_groups_get_group
Get a group by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
$select | string | No | — | Comma-separated list of properties to return |
microsoft_active_directory_groups_list_group_members
List group members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
$select | string | No | — | Comma-separated list of properties to return |
$top | integer | No | — | Number of results to return |
microsoft_active_directory_groups_list_group_owners
List group owners Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group Id |
$top | integer | No | — | The $top value |
microsoft_active_directory_groups_list_group_transitive_members
List transitive members of a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group Id |
$top | integer | No | — | The $top value |
microsoft_active_directory_groups_list_groups
List groups Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
$filter | string | No | — | OData filter expression (e.g. “displayName eq ‘Marketing’“) |
$select | string | No | — | Comma-separated list of properties to return |
$top | integer | No | — | Number of results to return |
$orderby | string | No | — | Order results (e.g. “displayName asc”) |
microsoft_active_directory_groups_remove_group_member
Remove a member from a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
member_id | string | Yes | — | ID of the member to remove |
microsoft_active_directory_groups_remove_group_owner
Remove an owner from a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group Id |
owner_id | string | Yes | — | ID of the owner to remove |
microsoft_active_directory_groups_update_group
Update a group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
group_id | string | Yes | — | Group ID (GUID) |
description | string | No | — | The description value |
displayName | string | No | — | Display Name |
mailNickname | string | No | — | Mail Nickname |
membershipRule | string | No | — | Membership Rule |
membershipRuleProcessingState | string | No | — | Membership Rule Processing State |
visibility | string | No | — | The visibility value |

