Forum Discussion
Radoslavov91
Sep 09, 2021Copper Contributor
Get team's owner
Hi all,
I'm trying to create an process with power automate to get a list of teams, howver in the response of a Get Team i don't have the created by, so i was wondering do you have any ideas how can i get the team's owner.
By having the owner of the team, we can send him an email for example if we are about to delete the team in one week.
Thanks for the help in advance.
Regards,
Kiril
- As far as I know there’s no actions to get the owners directly in PA. What you can do is call the Graph within the flow and get it from there!
An example just found:
https://pankajsurti.wordpress.com/2020/03/30/getting-group-owners-using-ms-graph-api-in-power-automate/amp/
Adam
2 Replies
- As far as I know there’s no actions to get the owners directly in PA. What you can do is call the Graph within the flow and get it from there!
An example just found:
https://pankajsurti.wordpress.com/2020/03/30/getting-group-owners-using-ms-graph-api-in-power-automate/amp/
Adam- Radoslavov91Copper Contributorthat's great, I'm actually using Graph for some Action in PA but I wasn't able to find that particular one.
Thanks for the help