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.
https://{{subdomain}}.
zendesk.com/api/v2/custom_roles
{"user": {"custom_role_id": 1260801964510 }}
Hey @eric27 , thank you so much for all of your help. Sorry for the late response was out of the office. This method worked great for me!
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.
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,