Passer au contenu principal
POST
https://{yourDomain}
/
dbconnections
/
change_password
Request Password Change
curl --request POST \
  --url https://{yourDomain}/dbconnections/change_password \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "client_id": "YOUR_CLIENT_ID",
  "email": "user@example.com",
  "connection": "Username-Password-Authentication"
}
'
"We've just sent you an email to reset your password."

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Corps

application/json
client_id
string
requis

Your application's Client ID

email
string<email>
requis

The user's email address

connection
string
requis

The name of the database connection

organization
string

The ID of the organization (for organization-specific password reset)

Réponse

Password reset email sent successfully (or user not found - response is the same for security)

The response is of type string.