Loading TOC...

xdmp.getRequestUser

xdmp.getRequestUser() as (Number|String)

Summary

If this App Server is using application-level authentication, returns the ID of the user in the last successful call to xdmp.login. Otherwise, returns the ID of the user from the Authorization header of this App Server request. If you want to get the ID of the current user, use the xdmp.getCurrentUserid function.

Example

xdmp.getRequestUser();
=> 23987236

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.