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: powerapps-docs/developer/data-platform/aad-group-team.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Work with Azure Active Directory group teams (Dataverse)| Microsoft Docs"
3
3
description: "Learn about working with an Azure Active Directory group team using the Web API."
4
4
ms.custom: ""
5
-
ms.date: 02/15/2022
5
+
ms.date: 09/21/2023
6
6
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -246,6 +246,10 @@ If you have a non-interactive process where your service needs to check if the u
246
246
247
247
More information: [Impersonate another user](impersonate-another-user.md)
248
248
249
+
## Triggering an event when a team member is added or removed from the group team
250
+
251
+
Group members are added or removed [just-in-time](#just-in-time-updates) into the Dataverse group team using the [associate and disassociate APIs](webapi/associate-disassociate-entities-using-web-api.md). You can register a [plug-in](plug-ins.md) on the event triggered by these team member additions or removals from the group team.
252
+
249
253
### See also
250
254
251
255
[Manage app and resource access using Azure Active Directory groups](/azure/active-directory/fundamentals/active-directory-manage-groups)
0 commit comments