Error codes in UserManagement API
This section lists all possible error response codes that could be sent from the Zoho Analytics server on failure of UserManagement APIs. You can use this for appropriate error handling.
ERROR CODES
In case you encounter any other errors, please mail the API request URL parameters and error response details to support@zohoanalytics.com. Zoho Analytics Team will get back to you shortly with the best possible solution.
Sample Error:
Copied<responseuri="/api/EmailAddress"action="ADDUSER">
<error>
<code>6021</code>
<message>
Sorry, you cannot activate additional user(s). Your plan limit
allows you to have only 2 shared users.Kindly
Upgrade your plan to activate more users.
</message>
</error>
</response>
Copied{"response":
{"uri": "\/api\/email",
"action": "ADDUSER",
"error":
{"code":6021,
"message": "Sorry, you cannot activate additional user(s).
Your plan limit allows you to have only 2
shared users.Kindly ;Upgrade your plan to activate
more users."}}}