Forum Discussion
fengka
You api call might be like this rest("/messages/id/[messageid]/kudos/give");
Change this to restadmin("/messages/id/[messageid]/kudos/give");
restadmin = it's an object to make a REST call with Administrator permissions on behalf of the user . This call essentially bypasses permission checks for the current user
I hope this helps you :)
Hi TariqHussain,
Thanks for your reply. What id Restadmin() ? do I need to use any sdk to use this? Can we use the general Rest Client or Curl to call the REST API? Something like this:
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer vuVDPEkI+XLytr7hMGo0RkwucYF8belsX2XjI1qu+zM=“ -H "client-id: xxxxxxxxxxxxx" https://api.lithium.com/community/v1/[tanent name]/messages/id/[messageid]/kudos/give
Actually, I am using javascript fetch api for the REST : https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
How can I make the restadmin() in this scenario?
Related Content
- 10 months ago
- 7 years ago
- 5 months ago
- 9 years ago
- 2 years ago