Hi team,
I've been working in a code to modify the role agents. For support role it's working good.
alteraUser1 = {"user": {"custom_role_id": agentLightCode, "role_type": "1"}} # Remove license
pyload = json.dumps(alteraUser1)
But, I'm not found the endpoint to remove the Chat license.
Anybody knows how can I remove the chat license for agent with API?
Best regards,
Athos