2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: changePasswordRequest
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/auth/changepasswordrequest
|
|
|
|
---
|
|
|
|
|
|
|
|
# ChangePasswordRequest
|
|
|
|
|
|
|
|
*Change Password Request*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
- **`username`** *(string)*: Name of the user.
|
|
|
|
- **`oldPassword`** *(string)*: Name that identifies this Custom Metric.
|
|
|
|
- **`newPassword`** *(string)*: Name of the column in a table.
|
|
|
|
- **`confirmPassword`** *(string)*: Name of the column in a table.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`requestType`** *(string)*: Name of the column in a table. Must be one of: `["SELF", "USER"]`. Default: `"SELF"`.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.
|