Re: How to make a Web API call of Power App for Admin
Hi @Anonymous ,
Do you want to call powerapps for admin api in an app?
Firstly, you need to connect with powerapps for admin.

Then you could perform these actions by calling this api:

The actions related functions are in the doc that you showed:
https://docs.microsoft.com/en-us/connectors/powerappsforadmins/
Please refer the doc to how to use this function.
For example:
Edit App Role Assignment as Admin
PowerAppsforAdmins.EditAdminAppRoleAssignment(Environment Name,PowerApp Name)
Please notice this is a behavior function.
Best regards,