xdmp:role

xdmp:role(
   $role as xs:string
) as xs:unsignedLong

Summary

Returns the role ID for the specified role name. Unlike the security library module function sec:uid-for-name , this function can be evaluated against any database and does not need to be evaluated directly against the security database. It returns the role ID from the security database configured for the database in which the App Server evaluates against.

Parameters
role A role name.

Example

xdmp:role("editor")
=> 2392349873545
Powered by MarkLogic Server | Terms of Use | Privacy Policy