inactiveExternalUser
This method allows inactivating an external user.
Request:
ID # | Required | Description |
---|---|---|
X | User e-mail address. |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:admin">
<soapenv:Header/>
<soapenv:Body>
<urn:inactiveExternalUser>
<urn:MAIL>?</urn:MAIL>
</urn:inactiveExternalUser>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | SUCCESS: SUCCESS FAILURE: FAILURE |
Detail | SUCCESS: Record successfully added. FAILURE: message regarding the error that occurred. |
Code | SUCCESS: 1. FAILURE: Code regarding the error that occurred: â–ª -1 - Unexpected error. â–ª 58 - Null user ID. â–ª 12 - Inexistent user. |