
Announcements
I have setup Pipeline in Power Platform. By using the setup account I am able to deploy the solution from Dev>Test>Production environment.
But when I try to run the deploy with another account, which is the environment system administrator and system customizer of destination environment, I got below error:
TryGetMaxPrivilegeDepthForUserAcrossBusinessUnits: The user with id xxxxxxxxxx has not been assigned any roles. They need a role with the prvImportCustomization privilege.
I am not sure what it means. Please kindly advice.
It could be that you need to give the user access to use the pipeline. Try this:
1. Go to the admin center and select the environment where you have installed power platform pipelines -> Users -> Select the users you want to give access -> Assign the Deployment Pipelines User role
2. Then go to your pipeline in the configurator -> select the pipeline you want to share -> click Share -> select the user again and give privileges (read).
You can also assign the Deployment Pipeline Administrator role if you want them to be able to configure the pipeline.