PUT v1/Customer/EmailAvailableForRegistration
For registraiton: quickly checks to see if an email address is available or if it already belongs to a customer in our system.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
Email *
The login email of the user.
yourname@example.com
checkAllAgents
No description available
Not available
Response Information
Response body formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>