Forum Discussion
mani1215
9 years agoNew Member
/v1.0/myorg/datasets
Hi, I am trying to query data sets, reports, update data sets from POSTMAN with Authorization tokenstring, but getting 403 forbidden error. Here is my oAuth token request [I'm getting Bearer toke...
v-sihou-msft
Microsoft Employee
9 years ago
Currently, Power BI REST API only supports insert and delete rows. Query and update are not supported. See: Row operations.
Please vote this idea.
Regards,
mani1215
9 years agoNew Member
The auth-token is not working for groups REST API,
GET https://api.powerbi.com/v1.0/myorg/groups
Authorization : Bearer XXXXX
Content-Type: application/json
We are getting 403 for all Power BI REST API's, when i copy the auth token from browser, all power bi api's are working. Seems the Bearer token is not valid one which we are creating. Could you please help us on this ?