Skip to main content
Modelence stores user data in the dbUsers collection, which you can query and update directly from your server-side code.

Finding Users

Accessing the current user in method calls

Use the user object from the context in your query/mutation handler to access the currently authenticated user:

Disabling & Deleting Users

Modelence provides helper functions for safely disabling or deleting users: