QAS_LISTUSER_OPER
Use this service operation to get a list of users, along with descriptions.
Request Message: QAS_LISTUSER_REQ_MSG
| Element Name | Description |
|---|---|
|
SearchString |
Search string used for specifying the user name or the first few characters of the user name. If no value is entered, all users will be returned. This value is case-sensitive. |
Example Request:
This is an example of a request to select all users that begin with PS.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:qas="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_LISTUSER_REQ_MSG.VERSION_1"
xmlns:qas1="http://xmlns.oracle.com/Enterprise/Tools/schemas/
QAS_LISTUSER_REQ.VERSION_1">
<soapenv:Header/>
<soapenv:Body>
<qas:QAS_LISTUSER_REQ_MSG>
<qas:QAS_LISTUSER_REQ>
<qas1:PTQASWRK class="R">
<!--Optional:-->
<qas1:SearchString>PS</qas1:SearchString>
</qas1:PTQASWRK>
</qas:QAS_LISTUSER_REQ>
</qas:QAS_LISTUSER_REQ_MSG>
</soapenv:Body>
</soapenv:Envelope>
Response Message: QAS_LISTUSER_RESP_MSG
| Element Name | Description |
|---|---|
|
UserName |
User name. |
|
Description |
User description. |
Example Response:
<?xml version="1.0"?>
<QAS_LISTUSER_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTUSER_RESP_MSG.VERSION_1">
<QAS_LISTUSER_RESP>
<PTQASWRK class="R"
xmlns="http://xmlns.oracle.com/Enterprise/Tools/
schemas/QAS_LISTUSER_RESP.VERSION_1">
<UserName>PSADMIN</UserName>
<Description>PeopleSoft Administrator</Description>
</PTQASWRK>
</QAS_LISTUSER_RESP>
</QAS_LISTUSER_RESP_MSG>