Hi there, what is the minimum requirement for an external user(guest) that allows them to create and edit apps within a solution? I have the user setup as "Environmental maker" so far.

Hi there, what is the minimum requirement for an external user(guest) that allows them to create and edit apps within a solution? I have the user setup as "Environmental maker" so far.
Hi @greenpaddyirish ,
At my knowledge, we should allow the guest users to create app first using powershell.
Please take a look at this documentation.
$requestBody = Get-TenantSettings
$requestBody.powerPlatform.powerApps.enableGuestsToMake = $True
Set-TenantSettings $requestBody
How to install powershell module for powerapps:
https://learn.microsoft.com/en-us/power-platform/admin/powerapps-powershell#installation
Best Regards,
Wearsky