System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at Provisioning_Utils.ProvisioningUtil.getResponseFromZoho(String url, String requestMethod, String requestContent, String contentType)
API Exception got : <?xml version="1.0" encoding="UTF-8"?><ZohoAPIError><error code="U106" message="Email address already registered"/></ZohoAPIError>
Provisioning_Utils.APIException: Exception of type 'Provisioning_Utils.APIException' was thrown.
at Provisioning_Utils.ProvisioningUtil.getResponseFromZoho(String url, String requestMethod, String requestContent, String contentType)
at Provisioning_Utils.ProvisioningUtil.addUser(UserEntry entry)
at Provisioning_Utils.ProvisioningUtil.syncUsers(String confFile, String mailto)