diff --git a/articles/api/authentication/_change-password.md b/articles/api/authentication/_change-password.md index 75f1617e31..4f99e81283 100644 --- a/articles/api/authentication/_change-password.md +++ b/articles/api/authentication/_change-password.md @@ -67,7 +67,7 @@ Note: This endpoint only works for database connections. | `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`
Required | The user's email address. | | `connection`
Required | The name of the database connection configured to your client. | -| `organization` | The `organization_id` of the Organization the user is a member of. | +| `organization` | The `organization_id` of the Organization associated with the user. | ### Remarks