Skip to content

Commit 19ccfc8

Browse files
committed
update
1 parent b94a06d commit 19ccfc8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/event-grid/microsoft-entra-events.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ This article provides the properties and schema for Microsoft Entra events, whic
1212
## Available event types
1313
These events are triggered when a [User](/graph/api/resources/user) or [Group](/graph/api/resources/group) is created, updated, or deleted in Microsoft Entra ID or by operating over those resources using Microsoft Graph API.
1414

15-
> [!NOTE]
16-
> When a user is created the `Microsoft.Graph.UserUpdated` event is raised as noted in the following table.
17-
1815
| Event name | Description |
1916
| ---------- | ----------- |
20-
| **Microsoft.Graph.UserUpdated** | Triggered when a user in Microsoft Entra ID is created or updated. |
21-
| **Microsoft.Graph.UserDeleted** | Triggered when a user in Microsoft Entra ID is permanently deleted. |
22-
| **Microsoft.Graph.GroupUpdated** | Triggered when a group in Microsoft Entra ID is created or updated. |
23-
| **Microsoft.Graph.GroupDeleted** | Triggered when a group in Microsoft Entra ID is permanently deleted. |
17+
| **Microsoft.Graph.UserUpdated** | Triggered when a user in Microsoft Entra ID is **created** or **updated**. |
18+
| **Microsoft.Graph.UserDeleted** | Triggered when a user in Microsoft Entra ID is **permanently deleted**. |
19+
| **Microsoft.Graph.GroupUpdated** | Triggered when a group in Microsoft Entra ID is **created** or **updated**. |
20+
| **Microsoft.Graph.GroupDeleted** | Triggered when a group in Microsoft Entra ID is **permanently deleted**. |
2421

2522
> [!NOTE]
2623
> By default, deleting a user or a group is only a soft delete operation, which means that the user or group is marked as deleted but the user or group object still exists. Microsoft Graph sends an updated event when users are soft deleted. To permanently delete a user, navigate to the **Delete users** page in the Azure portal and select **Delete permanently**. Steps to permanently delete a group are similar.

0 commit comments

Comments
 (0)