I have a flow which feeds in from a form and posts an approval to a member of staff dependent on the department selected.
This works great, however when the new team is created in a step, the account of the connection adds a user as the owner.
Is there any way to change this?
I put the delay in as adding new member to a team after creation causes problems depending on the team server speed i guess!
Solved! Go to Solution.
Hi @dazza007 ,
It's by design. This action creates the team with the credential of the connection user, so the connection user is the owner.
You can call the graph api to update user's team role.
https://learn.microsoft.com/en-us/graph/api/team-update-members?view=graph-rest-1.0&tabs=http
Best Regards,
Wearsky
Hi @dazza007 ,
It's by design. This action creates the team with the credential of the connection user, so the connection user is the owner.
You can call the graph api to update user's team role.
https://learn.microsoft.com/en-us/graph/api/team-update-members?view=graph-rest-1.0&tabs=http
Best Regards,
Wearsky
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
43 | |
30 | |
28 | |
24 | |
23 |