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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
One of my data source that we are connecting to Zoho people web.
Web content usually we need to connect anonymously only right. My configuration also anonymous only
If I refresh the report the error states that “ web.contents with the content option is only supported when connecting anonymously”
Please assist me
Hi @Anonymous It seems like the issue might be related to the privacy level settings. When using Web.Contents with anonymous authentication, the privacy level should ideally be set to public to avoid conflicts.
Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
Hello @shafiz_p Thanks, I have tried by giving public, organization, and private but no luck.
Hi @Anonymous
Zoho typically requires a dedicated connector or API with appropriate authentication to connect securely. Anonymous connection usually won’t work, as most Zoho services require authentication to access data. You might want to look into using an API key or OAuth authentication for connecting to Zoho People.
For more information please refer + try to get help from zoho support.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thank you, @Ritaf1983 I am using the Zoho OAuth token only. I have validated it in Postman, and all the data is fetched correctly. The URL, endpoints, and Zoho OAuth token are correct.