Hello,
I'm trying to add a user to a team using the Microsoft.Xrm.Data.Powershell module
I'm using the example https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell.Samples/blob/master/UserOperations/Team_AddMemberToTeam.ps1
However when I execute it I receive
ResponseName Results ExtensionData
------------ ------- -------------
AddMembersTeam {} System.Runtime.Serialization.ExtensionDataObject
It seems nothing is happening. The user is not added to the team.
If I add the user manually in the web ui everything works.
How can I further troubleshoot this?
Thank you in advance.