To delete a user from the Exception User List, you must use the ArcotRiskFortAdminSvc service (available through ArcotRiskFortAdminWebService.wsdl). This section walks you through the following topics:
You must use the deleteUserFromExceptionListRequest message to remove a user from the Exception User List. The following table lists the elements of this request message.
|
Element |
Mandatory |
Description |
|---|---|---|
|
userName |
Yes |
The name of the user who you want to delete from the Exception User List. |
|
groupName |
Yes |
The name of the organization to which the user belongs. |
|
moveReason |
Yes |
The reason for which the user is being deleted from the Exception User List. |
|
callerId |
No |
Unique transaction identifier that your calling application can include. This identifier helps in tracking related transactions. |
To delete a user from the Exception User List:
This operation returns the deleteUserFromExceptionListResponse message that includes the status of the operation and success result. See the following section for more information on the response message.
The response message, deleteUserFromExceptionListResponse, returns the status of the operation and the success result in the SOAP envelope header. These elements are explained in the following table. The SOAP body returns a success message if the operation was performed successfully. If there are any errors, then the AdminFault response is returned. See appendix, "Exceptions and Error Codes" for more information on the SOAP error messages.
|
Element |
Description |
|---|---|
|
code |
The status of the operation:
|
|
message |
Contains the string that indicates whether the information was successfully updated in the database or not. |
|
transactionID |
The unique transaction identifier. |
|
Copyright © 2013 CA.
All rights reserved.
|
|