Overall Goal:
✔️= Already accomplished | ⚠️ = Somewhat accomplished | ✖️ = Need assistance with
"Send Site Permissions" Flow Breakdown:
Here, in the last HTTP request, I need to figure out a way to add multiple users at once.
Body of request:
{"__metadata":{"type":"SP.User"},"LoginName":"i:0#.f|membership|user@contoso.com"}
"Create a Site" HTTP Request
Ideally, I'd like to add the multiple owners in the HTTP Request below, rather than using a separate flow (above).
Body of request:
{
"request": {
"Title": "@{triggerOutputs()?['body/Title']}",
"Url":"https://contoso.sharepoint.com/sites/@{outputs('Update_Alias')?['body/OData__x0077_y81']}",
"Lcid": 1033,
"ShareByEmailEnabled":false,
"Classification":"Classification Words",
"Description":"@{triggerOutputs()?['body/pejx']}",
"WebTemplate":"STS#3",
"Owner":"user@contoso.com"
}
}
Adding Admins to Each Site Created
I haven't been able to determine a way of doing this. I do have the necessary permissions to conduct this, however the how I'm unsure of. Is there a way to add it into the site creation request? Or perhaps setup a different flow to do it?
Any assistance is appreciated!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
44 | |
44 | |
37 | |
33 | |
27 |
User | Count |
---|---|
47 | |
38 | |
32 | |
31 | |
30 |