Forum Discussion
MartinD
2 years agoKhoros Alumni (Retired)
You don't need authentication to run that liql query, you can just try this call and will work
curl --location --request GET 'https://community.alteryx.com/api/2.0/search?q=select%20*%20from%20users%20limit%201'
- dsharma2 years agoAdept
Thanks MartinD , It worked.
Actually for the first attempt, I signup with community cisco and tried to get result ascurl --location --request GET 'https://community.cisco.com/api/2.0/search?q=select%20*%20from%20users%20limit%201'
and it returned 200 response but empty users data. From documentation, I interpreted as that user data might not be available to anonymous users and hence i signup with them.
But then i was not able to authenticate myself as described in question.
Could you help me with the reason or any findings that why i am not getting users details from cisco community ?
Related Content
- 9 months ago
- 3 months ago
- 2 years ago
- 3 years ago