Error codes in UserManagement API
This section lists all possible error codes that could be sent from the Analytics Plus server on failure of UserManagement APIs. You can use this for appropriate error handling.
ERROR CODES
| Error-Code | Reason | Solution |
|---|---|---|
| 6021 | Activating Users not allowed since the users count exceeds the allowed limit for your Analytics Plus Plan. | You can upgrade your Analytics Plus Account or you can get additional users as add-ons. You can manage your plan by clicking the “Subscription” link at top after you log into Analytics Plus.
|
| 7301 | You (your full name) do not have the permission to do this operation. | Access as administrator or permitted user to perform the operation. |
| 8078 | The mentioned attribute has an empty value. | Provide a valid JSON data. |
| 8079 | The mentioned attribute is not present in the JSON configuration. | Provide a valid JSON data. |
| 8504 | The required parameter is not proper or has not been sent. | Send the parameter with valid data. |
| 8506 | The mentioned parameter has been sent more than the required count. | Check and remove that extra parameter mentioned in the response. |
| 8509 | The Email Ids provided is not proper / not in the EMAIL ID format. | Provide a proper email address. |
| 8516 | Invalid value passed in the mentioned parameter. | Provide the valid data to the mentioned parameter. |
| 8518 | Invalid authentication. | Provide a valid OAuth token for API authentication. |
In case you encounter any other errors, please mail the API request URL parameters and error response details to
Sample Error:
CopiedHTTP/1.1 400 Bad Request
Content-Type:application/json;charset=UTF-8
{
"status": "failure",
"summary": "LESS_THAN_MIN_OCCURANCE",
"data": {
"errorCode": 8504,
"errorMessage": "The parameter CONFIG is not proper(Has not been sent or is less than required count)"
}
}