Hi
I have a situation where a user(administrator) should be able to transfer an email conversation from one queue to another queue(also from one user to another user). I tried with Client credentials access token, I got 403 forbidden.
Later I tried using admin user access token, still got 403 forbidden.
Is there any thing i need to do with user roles and permissions for the admin user?
Is there ant better way to do it.
In other words, I am trying to have control on others interaction.
I should be able to transfer conversations on behalf of user.
Thanks!