- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
User Module
The User Module provides user-related features in your Medusa and Node.js applications.
How to Use User Module's Service#
You can use the User Module's main service by resolving from the Medusa container the resource Modules.USER
imported from @medusajs/framework/utils
.
For example:
Features#
User Management#
Manage and store your users through Create, Read, Update, and Delete (CRUD) operations:
Invite Users#
Invite users to join your store and manage those invites, with expiry and revalidation features.
Configure User Module#
Refer to this documentation for details on the module's options.
Was this page helpful?