Hi there !
Long story short : I made an app related to a sharepoint list (in a Teams)
Not all the users are member of this teams , So at the first they connect I want to check if they are, or not member of the Teams and add them. I found a slow way by geting all the user from the group and look in the list if my current user is found or not. In the negative case, I add him/her to it. hooray ! but it's slow (and it will get even slower with the add of new users)
what seems a faster way of doing it would be to get all the groups my user belong to . Unfortunately the only connector I found return the groups I own and belong to or the groups I own... nothing about "the groups I belong to"
Or should I use another connector ?
thanks for your help
for the reccord: here is my flow so far (and I will need to add aloop as soon as I reach 999 users)