Hello,
I am working with freshdesk API, I want to integrate it in the support section of a dashboard web app. Clients can check their tickets, and reply to them directly from their dashboard session. But when I try to do that with the admin token, i have this error:
{
"code": "invalid_user",
"message": "You are not authorized to perform this action on behalf of this user. id:%number%, name:%name%"
}
The API clearly says that users can respond to a ticket so I think it is possible, but I really don't know how to do so.
Any ideas? Thank you in advance !