Forum Discussion
Shaun_Denholm
Oct 21, 2020Copper Contributor
Disallow uploading of custom apps on a team using graph api
Hi all,
Hopefully this is the correct space for this discussion.
We have created a power automate that creates a team using the new connectors. Once the team is created a logic app fires off that will be used to set all the members permissions to false and set the team picture for the new team.
I have managed to set most of the members using an http action, the graph api and the following JSON.
{
"memberSettings":{
"allowAddRemoveApps":false,
"allowCreateUpdateChannels":false,
"allowCreateUpdateRemoveConnectors":false,
"allowCreateUpdateRemoveTabs":false,
"allowDeleteChannels":false
},
"messagingSettings":{
"allowUserEditMessages":false,
"allowUserDeleteMessages":false
}
}
However the one permission I can't find the name for is "Allow members to upload custom apps".
If anyone can point me in the right direction it would be much appreciated.
If anyone can point me in the right direction it would be much appreciated.
2 Replies
- DavidRousselleCopper Contributor
Did you find how to do it ?
- Shaun_DenholmCopper Contributor
Hi DavidRousselle, I didn't find a solution at the time and then this was put on hold for the time being so haven't had a chance to look into further.