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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
MissBI_21
Helper II
Helper II

HiBob to PowerBI API Connection via Web

Hi,

I'm trying to connect to HiBob's Post API by using PowerBI.

I have the following post curl request from HiBob:

curl --request POST \
--url https://api.hibob.com/v1/people/search \
--header 'accept: application/json' \
--header 'authorization: Basic XXXXX' \
--header 'content-type: application/json' \
--data '
{
"fields": [
"root.id",
"root.firstName",
"root.surname",
"root.email",
"work.site",
"work.department",
"work.manager"
],
"showInactive": true,
"humanReadable": "string"
}
'
I added the above to PowerBI by following the below steps:
Select "Get Data", "Web", and then select "Advanced". I then added the curl request as below:

MissBI_21_0-1711550231021.png

 

However, when I click "OK", I get the below error:

MissBI_21_1-1711550281483.png


Can anyone help by telling me what I'm doing wrong please?




3 REPLIES 3
Anonymous
Not applicable

Hi @MissBI_21 ,

I think you can go to Transform data -> Data source credentials -> Clear permission.

vyilongmsft_0-1711605394377.png

vyilongmsft_1-1711605446191.png

Then you can try again and Check if it is working.Also you can look at this topic, maybe it will help you: Solved: How to connect API to power-bi, can any one sugge... - Microsoft Fabric Community

 

 

 

Best Regards

Yilong Zhou

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

Hi Yilong,

Thank you for your response. I tried this and it didn't work.

Hi MissBI_21

 

Have you had any luck with your request? HiBoB to PowerBI API Connection?

 

Regards

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors