Hi
I created a flow that archives a team, but im getting an error when im trying to use the "shouldSetSpoSiteReadOnlyForMembers": true
https://docs.microsoft.com/en-us/graph/api/team-archive?view=graph-rest-1.0#example
My error message.
{ "error": { "code": "InvalidRequest", "message": "shouldSetSpoSiteReadOnlyForMembers is not supported in app-only context.\r\nParameter name: shouldSetSpoSiteReadOnlyForMembers", "innerError": { "request-id": "removed", "date": "2019-10-18T21:13:00" } } }
Solved! Go to Solution.
This was solved by following this guide: https://laurakokkarinen.com/calling-microsoft-graph-from-microsoft-flow-and-other-daemon-apps-with-d...
Only issue i have left is if you make the SharePoint site for the Team to be read only once it gets archived then i can get it back to be edit if i restore the team. I can do it manually but not on Flow. So if you use shouldSetSpoSiteReadOnlyForMembers": true then when team is archived the sharepoint site is set to read only for users.
The only thing you need is to call Graph using HTTP - Post
You can grab your Team ID and store it anywhere you like and use that in your flow when calling graph.
I can post the full flow if you still need it.
This is for archiving teams, so when i user clicks archive teams in my sharepoint list it will start an approval flow, if approved the Team gets archived and the site gets read only for users. I then have another flow to Unarchive the team, but im not able to get it to set the rights back to edit for members on the sharepoint site.
I'd be interested in see the whole flow as I'd to be able to archive flows too
@JimmyWork wrote:Hi
I created a flow that archives a team, but im getting an error when im trying to use the "shouldSetSpoSiteReadOnlyForMembers": true
https://docs.microsoft.com/en-us/graph/api/team-archive?view=graph-rest-1.0#example
My error message.
{ "error": { "code": "InvalidRequest", "message": "shouldSetSpoSiteReadOnlyForMembers is not supported in app-only context.\r\nParameter name: shouldSetSpoSiteReadOnlyForMembers", "innerError": { "request-id": "removed", "date": "2019-10-18T21:13:00" } } }
This was solved by following this guide: https://laurakokkarinen.com/calling-microsoft-graph-from-microsoft-flow-and-other-daemon-apps-with-d...
Only issue i have left is if you make the SharePoint site for the Team to be read only once it gets archived then i can get it back to be edit if i restore the team. I can do it manually but not on Flow. So if you use shouldSetSpoSiteReadOnlyForMembers": true then when team is archived the sharepoint site is set to read only for users.
The only thing you need is to call Graph using HTTP - Post
You can grab your Team ID and store it anywhere you like and use that in your flow when calling graph.
I can post the full flow if you still need it.
This is for archiving teams, so when i user clicks archive teams in my sharepoint list it will start an approval flow, if approved the Team gets archived and the site gets read only for users. I then have another flow to Unarchive the team, but im not able to get it to set the rights back to edit for members on the sharepoint site.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
40 | |
29 | |
27 |