
xdmp.getRequestUsername() as String
If this App Server is using application-level authentication,
returns the username in the last successful call to
xdmp.login.
Otherwise, returns the username from the Authorization
header of this App Server request or the current username.
In an isolated evaluation context (see xdmp.isIsolated), this function is not available and throws XDMP-ISOLATED.
xdmp.getRequestUsername(); => "fred"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.