QAS_LISTROLEUSERS_REST_GET

Use this service operation to get a list of users for a given role, along with descriptions.

Request Message: QAS_LISTROLEUSERS_TEMPL

Element Name Description

RoleName

Required element

Complete role name. Required and case-sensitive.

SearchString

Optional search string used for specifying the user name or the first few characters of the user name. If no value is entered, all users for the role will be returned. This value is case-sensitive.

Example Request:

https://<servername>:<port>/PSIGW/RESTListeningConnector/<defaultlocal node>/ListRoleUsers.v1/PeopleSoft%20User?search=P

Response Message: QAS_LISTROLEUSERS_RESP_MSG

Element Name Description

UserName

User name.

Description

User description.

Example Response:

<?xml version="1.0"?>
<QAS_LISTROLEUSERS_RESP_MSG xmlns="http://xmlns.oracle.com/Enterprise/
Tools/schemas/QAS_LISTROLEUSERS_RESP_MSG.VERSION_2">
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PSADMIN</UserName>
            <Description>PeopleSoft Administrator</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTCDBADMIN</UserName>
            <Description>Dashboard Administrator</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTCDBIMPL</UserName>
            <Description>Dashboard Implementer</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTCDBVIEW</UserName>
            <Description>Dashboard Report Viewer</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTEMPL</UserName>
            <Description>Employee</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTPORTAL</UserName>
            <Description>Portal Administrator</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
         Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTSECADM</UserName>
            <Description>Security Administrator</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTTOOLS</UserName>
            <Description>PeopleTools</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PTACMADMIN</UserName>
            <Description>ACM Administrator</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
    <QAS_LISTROLEUSERS_RESP>
        <PTQASWRK class="R" xmlns="http://xmlns.oracle.com/Enterprise/
        Tools/schemas/QAS_LISTROLEUSERS_RESP.VERSION_1">
            <UserName>PSAPPS</UserName>
            <Description>PSAPPS</Description>
        </PTQASWRK>
    </QAS_LISTROLEUSERS_RESP>
</QAS_LISTROLEUSERS_RESP_MSG>