currentUser element

Type: imbCurrentUserResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Representation of the currently logged in web user.
See also the ImbUserResponseObject

Example XML

<?xml version="1.0" encoding="UTF-8"?> <currentUser xmlns="http://www.ibm.com/iib/apiv1/responseObject" password="..." oldPassword="..." type="..." username="..." name="..." role="..." uri="..." profileUri="..." permissionsUri="..." />

Example JSON

{ "password" : "...", "oldPassword" : "...", "type" : "...", "username" : "...", "name" : "...", "role" : "...", "uri" : { "value" : "..." }, "profileUri" : { "value" : "..." }, "permissionsUri" : { "value" : "..." } }