Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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?