Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
nakaya
Regular Visitor

RestAPI Authentication

Hello,

I'm trying to put data to PowerBI dataset from javascript.
But, POST https://api.powerbi.com/v1.0/myorg/groups returns 401 Unauthorized
How can I be authorized?

My step is
1. register myapp to azure AD, get clientID and clientSecret
    https://dev.powerbi.com/apps
    - Server-side Web app
    - Read and Write All Datasets

2. get access token
    https://login.microsoftonline.com/<tenant-id>/oauth2/token
    - resource=https://analysis.windows.net/powerbi/api

3. POST https://api.powerbi.com/v1.0/myorg/groups
    - Authorization: Bearer ey...mAtw

Any thoughts?

Thank you.

2 REPLIES 2
v-jiascu-msft
Employee
Employee

Hi @nakaya,

 

It seems you used some wrong URLs. Please refer to this documentation. It's very clear.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for your replying.

 

>Please refer to this documentation.

 

I want to do that in javascript, not .net app.

 

Is there any documentation?

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Top Solution Authors