Would love to be able to change an Agent's role-type to Light Agent. Is there any way to do this? or is there absolutely no way to do this?
Thank you.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Do a "GET" to the custom_roles endpoint
https://{{subdomain}}.zendesk.com/api/v2/custom_rolesfind the light agent role and grab the ID. Then you can update users by doing the following:We talk about this process here
Hope this helps,