- Loading...
- No images or files uploaded yet.
|
|
ApiFunction_verify_registration_emailverify_registration_email
Description
This method is used to verify whether a user email is available, or already in use.
Input parameters:
Output parameters:
REST
Request
Response
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>email_ok</status> </response>
SOAP
Request
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:boxnet" xmlns:types="urn:boxnet/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" > <soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <tns:verify_registration_email> <api_key xsi:type="xsd:string">rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <login xsi:type="xsd:string">tapi@email.com</login> </tns:verify_registration_email> </soap:Body> </soap:Envelope> Response
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="urn:boxnet" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > <SOAP-ENV:Body> <ns4:verify_registration_emailResponse> <status xsi:type="xsd:string">email_ok</status> </ns4:verify_registration_emailResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
XML
Request
<?xml version='1.0' encoding='UTF-8' ?> <request> <action>verify_registration_email</action> <api_key>rrc1d3ntb53tt6b2vhail6rdtrsxov3v</api_key> <login>email@example.com</login> </request> Response
<?xml version='1.0' encoding='UTF-8' ?> <response> <status>email_ok</status> </response>
Need additional assistance? Please feel free to Contact us
|