{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions DB Connections API", "version": "1.0.0" }, "items": [ { "info": { "name": "DB Connections", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Send a Change Password Email", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/dbconnections/change_password", "body": { "type": "json", "data": "{}" } }, "docs": "Send a change password email to the user's provided email address and connection. Optionally, you may provide an Organization ID to support Organization-specific variables in customized email templates and to include the organization_id and organization_name parameters in the Redirect To URL. Note: This endpoint only works for database connections.\n" } ] } ], "bundled": true }