GET All User Store Names

Retrieves the names of all User Store objects from the Secure Proxy Configuration Manager.

With the getAllUserStores method, you can retrieve the names of all User. This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.

Table 1. Get all User Store names request details

Get all User Store names request details.

Method Resource URI Description

GET

User Store

/sspcmrest/sspcm/rest/userStore/getAllUserStores

Get the names of all User Store objects defined with in the Secure Proxy Configuration Manager.

HTTP User Store request

The following example shows the HTTP request:

GET https://localhost:8443/sspcmrest/sspcm/rest/userStore/getAllUserStores
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”

XML User Store response

The following example shows the XML response.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <XmlResponse>
    <httpCode>200</httpCode>
    <httpStatus>OK</httpStatus>
    <action>None</action>
    <messageLevel>INFO</messageLevel>
    <objectsList>["defUserStore"]</objectsList>
    <results/>
    </XmlResponse>