メインコンテンツへスキップ
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.

承認

Authorization
string
header
必須

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

ボディ

application/json
client_id
string
必須

Your application's Client ID

email
string<email>
必須

The user's email address

connection
string
必須

The name of the database connection

organization
string

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

レスポンス

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

The response is of type string.