diff --git a/src/auth/database.ts b/src/auth/database.ts index 59f236b6a..9ebbe624b 100644 --- a/src/auth/database.ts +++ b/src/auth/database.ts @@ -108,6 +108,10 @@ export interface ChangePasswordRequest { * The name of the database configured to your client. */ connection: string; + /** + * The organization_id of the Organization associated with the user. + */ + organization?: string; } /**