I'm required to add about 2000+ Users in a Dataverse Team, only way I see is to manually search each person by email id and add. That seems like a ridiculously large manual effort. Any creative idea to be able to automate this? Many thanks
Nov 23, 2022: Let me add more info (based on personal exploration) -
There are 2 tables in Dataverse - User and Teams. I already have folks in User table and also a Team created in Team table. What I'm looking for is, how to relate 2000+ selected users to specific team record. In Dataverse teams, I found there's a many to many relationship called teammembers_association created that stores the record relation between User and Team table records. I can't find a way to bulk define/upload this relationship between User and Team table records. For ex: I want to add Paul and Michael to Team1, How can I do that by uploading an excel somewhere which has Paul and Michael's email IDs and it should automatically add both to Team1 in Dataverse security. Hope it provides more clarity.
Another aspect is, let's say - even if I have manually done this with Advanced settings -> Security -> Teams -> Add users way, How do I move this association/related data to another environment?