currentUser element

Type: imbCurrentUserResponseObject
Namespace: (default namespace)
XML Schema: ns0.xsd

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <currentUser password="..." oldPassword="..." type="..." username="..." name="..." role="..." uri="..." profileUri="..." permissionsUri="..." />

Example JSON

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