Hello everyone
Is there a way to register a plugin step when dynamics links an user to an AAD group team?
To understand the question better:
The Associate/Disassociate Messages fire whenever I add or remove a member to the team manually through the web interface.
Then we also have:
- "AddMembers" of "team" entity fires when adding a member programmatically.
- "AddUserToRecordTeam" of "teamtemplate" entity fires when a user is added to an access team from a record entity
However I have not figures out the corresponding message when an user, who is part of the AAD group of the dynamics AAD group team, connects to dynamics and is created and added to the team.
My goal is to have custom business logic whenever a user is linked to a specific AAD group team.