Hi, I'm was trying to call Cloudstack create/update user API from a python script. But when I add or update timezone it fails with 401 error code. I debugged and found that timezone has a special character '/'. I replaced it with '%2F', the API call returns success but it updates the timezone with the '%2F' string in DB.
Can anyone help me with this. Thanks Meghna.