You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/azure-active-directory-events.md
+7-64Lines changed: 7 additions & 64 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,46 +14,17 @@ These events are triggered when a [User](/graph/api/resources/user) or [Group](/
14
14
15
15
| Event name | Description |
16
16
| ---------- | ----------- |
17
-
|**Microsoft.Graph.UserCreated**| Triggered when a user in Azure AD is created. |
18
-
|**Microsoft.Graph.UserUpdated**| Triggered when a user in Azure AD is updated. |
19
-
|**Microsoft.Graph.UserDeleted**| Triggered when a user in Azure AD is deleted. |
20
-
|**Microsoft.Graph.GroupCreated**| Triggered when a group in Azure AD is created. |
21
-
|**Microsoft.Graph.GroupUpdated**| Triggered when a group in Azure AD is updated. |
22
-
|**Microsoft.Graph.GroupDeleted**| Triggered when a group in Azure AD is deleted. |
17
+
|**Microsoft.Graph.UserUpdated**| Triggered when a user in Azure AD is created and updated. |
18
+
|**Microsoft.Graph.UserDeleted**| Triggered when a user in Azure AD is permanently deleted. |
19
+
|**Microsoft.Graph.GroupUpdated**| Triggered when a group in Azure AD is created and updated. |
20
+
|**Microsoft.Graph.GroupDeleted**| Triggered when a group in Azure AD is permanently deleted. |
21
+
22
+
> [!NOTE]
23
+
> 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.
23
24
24
25
## Example event
25
26
When an event is triggered, the Event Grid service sends data about that event to subscribing destinations. This section contains an example of what that data would look like for each Azure AD event.
0 commit comments