Forum Discussion
TariqHussain
10 years agoBoss
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 :)
Related Content
- 10 months ago
- 7 years ago
- 5 months ago
- 9 years ago
- 2 years ago