Skip to main content
Glama

Medusa MCP Server

by SGFGOV

AdminPostActor_typeAuth_providerResetPassword

Generate a reset password token for admin users in Medusa MCP Server. Emits the auth.password_reset event, enabling subscribers to handle notifications via a Notification Module Provider for password updates.

Instructions

This tool helps store administors. Generate a reset password token for an admin user. This API route doesn't reset the admin's password or send them the reset instructions in a notification.

Instead, This API route emits the auth.password_reset event, passing it the token as a payload. You can listen to that event in a subscriber as explained in this guide, then send the user a notification. The notification is sent using a Notification Module Provider, and it should have the URL to reset the password in the Medusa Admin dashboard, such as http://localhost:9000/app/reset-password?token=123.

Use the generated token to update the user's password using the Reset Password API route.

Input Schema

NameRequiredDescriptionDefault
auth_providerNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auth_provider": { "type": "string" } }, "type": "object" }
Install Server

Other Tools from Medusa MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SGFGOV/medusa-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server