API/Account/ForgottenPassword
From Emersion
Purpose
Request for password user cannot recall.
Inputs
<soapenv:Header/>
<soapenv:Body>
<acc:ForgottenPasswordRequest>
<acc:Username>emesupport@communitytelco.com.au</acc:Username>
</acc:ForgottenPasswordRequest>
</soapenv:Body>
Output
<SOAP-ENV:Body>
<ns1:ForgottenPasswordResponse>
<ns1:Status>true</ns1:Status>
<ns1:Token>tokenstringinserthere</ns1:Token>
</ns1:ForgottenPasswordResponse>
</SOAP-ENV:Body>
Error String
- "Username Required Field" - Username length 0
- "Invalid Username" - Length greater than 80 Chars
- "Username does not exist" - Can't find username on parent account.
- "User account contact does not exist" - Missing contact or account on user.