
xdmp.canGrantRoles( roles as String[] ) as null
Tests whether a user can grant or revoke a set of roles. Raises an error if the session user can not.
| Parameters | |
|---|---|
| roles | A set of role names |
xdmp.canGrantRoles(["development", "qa"]);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.