I am trying to check if a User is Registered. But for this I need to access somehow Users from Functions.
exports = async function(partition) {
// Current User
const user = context.user;
// Atlas
const db = context.services.get("mongodb-atlas").db("Objects");
// Users how to get ???
const db = context.services.get("users ....");
};