PUT Update Config User
Changes a Config User object on the server.
With the updateConfigUser/{Config User Name} method, you can update the existing Config User defined on the IBM ® Secure Proxy Configuration Manager.
This API method requires authentication, and therefore the authentication token generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
| PUT |
ConfigUser |
/sspcmrest/sspcm/rest/configUser/updateConfigUser/{Config User Name} |
Updates the existing Config User with the XML provided. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
Config User Name |
Required |
Updates the existing Config User with the new XML. |
Must be a non-empty string |
A-Z a-z 0-9 ._- |
HTTP Config User request
The following example shows the HTTP request:
PUT https://localhost:8443/sspcmrest/sspcm/rest/configUser/
updateConfigUser/ConfigUser3
“X-Authentication”:
“61504f4a524b48532b776a3467643733374b526368513d3d”
“Content-Type”: “application/xml”
XML corresponding to defining a Config User
XML Config User 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>
<message>configUserDef NaveenMereddi updated.</message>
<messageLevel>INFO</messageLevel>
<results/>
</XmlResponse>