admin.groupGetSchemas( config as element(configuration), group-id as (Number|String) ) as Sequence
This function returns the value of any schemas definitions predefined for the specified group. If none are defined, returns the empty sequence.
http://marklogic.com/xdmp/privileges/admin/group
http://marklogic.com/xdmp/privileges/admin/group/{id}
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() const groupid = admin.groupGetId(config, "Default") admin.groupGetSchemas(config, groupid)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.