QAS_LISTUSER_REST_GET
Use this service operation to get a list of users, along with descriptions.
Request Message: QAS_LISTUSER_TEMPL
| 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:
https://<servername>:<port>/PSIGW/RESTListeningConnector/<defaultlocal
node>/ListUser.v1/listusers?search=QE
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_2">
<QAS_LISTUSER_RESP>
<PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTUSER_RESP.VERSION_1">
<UserName>QEA</UserName>
<Description/>
</PTQASWRK>
</QAS_LISTUSER_RESP>
<QAS_LISTUSER_RESP>
<PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTUSER_RESP.VERSION_1">
<UserName>QEADMIN</UserName>
<Description>QE Administrator</Description>
</PTQASWRK>
</QAS_LISTUSER_RESP>
</QAS_LISTUSER_RESP_MSG>