Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote 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
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |