Account
Cognito change password
Changes the password of the current account after the supplied current password has been verified.
POST
/api/sys/v{version:apiVersion}/account/cognito_change_password
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_cognito_change_password | Body |
Request body example
Response
Response body example
DTO_cognito_change_password
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| current_password | String | Current password | |
| new_password | String | New password |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37