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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -246,6 +246,9 @@ 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/removed from the group team
250
+
Group members are added/removed [Just-in-time](https://learn.microsoft.com/power-apps/developer/data-platform/aad-group-team#just-in-time-updates) into the Dataverse group team using the [Associate and disassociate API](https://learn.microsoft.com/power-apps/developer/data-platform/webapi/associate-disassociate-entities-using-web-api). You can use a [plugin](https://learn.microsoft.com/power-apps/developer/data-platform/plug-ins) which can be triggered by these team member additions/removals from the group team.
251
+
249
252
### See also
250
253
251
254
[Manage app and resource access using Azure Active Directory groups](/azure/active-directory/fundamentals/active-directory-manage-groups)
0 commit comments