From a5174d53810f7f22fbd0f7ee56b19c245c077d97 Mon Sep 17 00:00:00 2001 From: Kevin Strong-Holte <42565453+kstrongholte@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:56:30 -0700 Subject: [PATCH] Clarified wording for "Organization" parameter table entry --- articles/api/authentication/_change-password.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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