Skip to main content
Version: 2.2.2

inactiveExternalUser

This method allows inactivating an external user.

Request:

ID #RequiredDescription
EMAILXUser 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
StatusSUCCESS: SUCCESS
FAILURE: FAILURE
DetailSUCCESS: Record successfully added.
FAILURE: message regarding the error that occurred.
CodeSUCCESS: 1.
FAILURE: Code regarding the error that occurred:
â–ª -1 - Unexpected error.
â–ª 58 - Null user ID.
â–ª 12 - Inexistent user.