Previous Topic

Next Topic

Book Contents

Book Index

UM_DeleteUser

Note: UM_DeleteUser is disabled by default and will not be activated. You cannot delete a user via OLSA Web Services, however you can deactivate a user with the UM_EditUserExtended service isActive parameter.

This web service deletes an existing user from the OLSA environment. If the specified user is a member of multiple groups, that user is deleted from all user groups. Deleting a user also deletes any associated usage data managed by OLSA.

This Web Service does not delete super-admin users.

Inputs

For the complete list of inputs, see General User Attribute.

Outputs

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <soapenv:Body>

     <soapenv:Fault>

       <faultcode>soapenv:Server.userException</faultcode>

       <faultstring>org.apache.ws.security.WSSecurityException: Access Denied</faultstring>

       <detail>

          <ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">WIT-NTKKETTA001</ns1:hostname>

       </detail>

     </soapenv:Fault>

  </soapenv:Body>

</soapenv:Envelope>

Additional Faults

The following table lists additional faults this service may produce, along with the error condition that causes the fault.

Fault

Condition

ObjectNotFoundFault

The user does not exist.