listRoles
Gets a list of all the role names.
Applies to Clouds and Integration Appliances.
- Returns:
- The role names.
Examples:
The following example is a SOAP
request to get the role names.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
<soapenv:Header>
<sec:sessionId>84076B5B810064272043B5106EEE46C3</sec:sessionId>
</soapenv:Header>
<soapenv:Body>
<sec:listRoles/>
</soapenv:Body>
</soapenv:Envelope>
The following example is
the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:listRolesResponse xmlns:ns2="http://www.approuter.com/
schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
router/1000/security/03">
<ns2:roles>user@B74A0FF293331AB2A7E4F21E15D143F3</ns2:roles>
<ns2:roles>publisher@B74A0FF293331AB2A7E4F21E15D143F3</ns2:roles>
<ns2:roles>admin@B74A0FF293331AB2A7E4F21E15D143F3</ns2:roles>
</ns2:listRolesResponse>
</S:Body>
</S:Envelope>