admin.taskserverGetProfileAllow( config as element(configuration), group-id as (Number|String) ) as Boolean
This function returns the value for the profile-allow setting configured on the task server for the specified group.
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() const groupId = admin.groupGetId(config, "Default") admin.taskserverGetProfileAllow(config, groupId) //returns the profileAllow setting configured on the task server