I’m an adminstrator role user in freshdesk account.
I need to migrate agents from freshdesk source account to destination account.
In postman I Posted a contacts successfully with correct API key and url:
http://{{dest-baseurl}}/contacts
Now i am posting agents with same api key and same base url but it is giving me 403 error.
http://{{dest-baseurl}}/agents
POSTMAN ERROR:
{
"code": "access_denied",
"message": "You are not authorized to perform this action."
}
Please note that i can successfully add Agents from the freshdesk UI.
Adminstration > Equipment > Agents > Add New Support Agent.
This leads me to a freshworks domain where i can create agents successfully.