Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi!
I am trying to add a service principal profile to a workspace I have just created.
I review the documentation and don't understand it...
I review the documentation on this page
what should I put on the data part of the request below?
thank you, Tal
payload = {
"identifier": f'{what should I put here?}',
"groupUserAccessRight": "Admin",
"profile" : f'{what should I put here?}',
"principalType" : f'{what should I put here?}'
}
Solved! Go to Solution.
Hi @Anonymous ,
payload = {
"identifier": f'{what should I put here?}',
"groupUserAccessRight": "Admin",
"profile" : f'{what should I put here?}',
"principalType" : f'{what should I put here?}'
}
"identifier": Application (client) ID, You can find it in App registrations in Azure Portal.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @leonids2005
I was able to write code which create a service principal profile and publish a PBIX file into a workspace all using the PBI REST API.
Exactly what explained in this link.
I have everything on Github, I can share it...
Do you want to write your email?
Have a great day, Tal
Any chance to get access to Github? I have sent you my e-mail address. Thank you
sent my e-mail
Hi @Anonymous ,
payload = {
"identifier": f'{what should I put here?}',
"groupUserAccessRight": "Admin",
"profile" : f'{what should I put here?}',
"principalType" : f'{what should I put here?}'
}
"identifier": Application (client) ID, You can find it in App registrations in Azure Portal.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
were you able to make it work. I am trying to do this and getting
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |