cURL
curl --request POST \ --url https://api.example.com/v2/databases/{database}/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "callbackUrl": "<string>", "email": "<string>", "redirectUrl": "<string>" } '
"<string>"
Sends an email for a user to reset their password
set to true if you want json back (useful for reset password for authenticated users)
true
Nothing happened
Was this page helpful?