Hi Team,
I am able to retrieve data such as users, roles, and permissions for Canvas Apps in a particular Power Platform environment using PowerShell/PAC CLI.
However, I am unable to retrieve details for Model-Driven Apps from the same environment.
I already have the System Administrator role assigned in the environment.
Below is the error I am getting while running:
pac application list
Error:
You do not have the required permissions to perform this operation. Please contact your tenant administrator or ensure you are authenticated with an account that has the necessary permissions.
Additional details:
-
pac solution list works successfully
-
Authentication to the environment is successful
-
Environment is selected correctly
-
Canvas app details are accessible
-
Issue occurs only for Model-Driven Apps
Has anyone faced this issue before or knows if there are any additional permissions/API restrictions required for retrieving Model-Driven App metadata?