Request password reset
Requests a password reset email for an admin user. Always returns 202
whether or not the email matches an account, to prevent enumeration.
redirect_url is where the emailed link should point (the reset token
is appended as a token query param). It must match one of the store’s
allowed origins — otherwise it is silently ignored and the server-side
default is used. The email is delivered by Spree itself via the
admin_user.password_reset_requested event; this event is never
forwarded to webhook endpoints.
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
Headers
Body
application/json
Response
202 - application/json
reset requested
Spree Admin SDK

