WEBWebUserUnlock
| Initial Build | 2008.01 |
| xWeb | Web Method |
| Response Type | boolean |
This method can be used to unlock a web user's account.
Parameters
cst_recno (string). recno of the Web User
Response
Boolean—true if the unlock was successful, else false.
Sample Request
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/">
<soapenv:Header>
<ns:AuthorizationToken>
<ns:Token>2306bae2-4f6f-499c-8b8b-daffb79abb9b</ns:Token>
</ns:AuthorizationToken>
</soapenv:Header>
<soapenv:Body>
<ns:WEBWebUserUnlock>
<ns:cst_recno>82896</ns:cst_recno>
</ns:WEBWebUserUnlock>
</soapenv:Body>
</soapenv:Envelope>
Sample Response
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<AuthorizationToken xmlns="http://www.avectra.com/2005/">
<Token>2306bae2-4f6f-499c-8b8b-daffb79abb9b</Token>
</AuthorizationToken>
</soap:Header>
<soap:Body>
<WEBWebUserUnlockResponse xmlns="http://www.avectra.com/2005/">
<WEBWebUserUnlockResult>true</WEBWebUserUnlockResult>
</WEBWebUserUnlockResponse>
</soap:Body>
</soap:Envelope>