Skip to content

Commit

Permalink
fix:[ULP-5463] add better description for client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTurner committed Dec 7, 2023
1 parent 7f73f68 commit 95ca6b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions articles/api/authentication/_change-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ Note: This endpoint only works for database connections.

### Request Parameters

| Parameter | Description |
|:-----------------|:------------|
| `client_id` | The `client_id` of your client. We strongly recommend including a Client ID so that the email template knows from which client the request was triggered. |
| `email` <br/><span class="label label-danger">Required</span> | The user's email address. |
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database connection configured to your client. |
| `organization` | The `organization_id` of the Organization associated with the user. |
| Parameter | Description |
|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `client_id` | ID of the client (application). If provided for tenants using the New Universal Login experience, the email template and UI displays application details, and the user is prompted to redirect to the application's [default login route](https://auth0.com/docs/authenticate/login/auth0-universal-login/configure-default-login-routes#completing-the-password-reset-flow) after the ticket is used. `client_id` is required to use the [Password Reset Post Challenge](https://auth0.com/docs/customize/actions/flows-and-triggers/post-change-password-flow) trigger. |
| `email` <br/><span class="label label-danger">Required</span> | The user's email address. |
| `connection` <br/><span class="label label-danger">Required</span> | The name of the database connection configured to your client. |
| `organization` | The `organization_id` of the Organization associated with the user. |


### Remarks
Expand Down

0 comments on commit 95ca6b5

Please sign in to comment.