Changes the password of a user account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| RegionId | string | Yes | The region ID. | cn-hangzhou |
| ClientId | string | Yes | The client ID. The system generates a unique ID for each client. | 42f6645a-9c3c-4772-be2a-cc5f5732**** |
| OfficeSiteId | string | Yes | The office network ID. | cn-shanghai+dir-227468**** |
| SessionId | string | Yes | The session ID. | 1 |
| EndUserId | string | Yes | The user ID. | liming |
| LoginToken | string | Yes | The logon token. | v18101ac6a9e69c66b04a163031680463660b4b216cd758f34b60b9ad6a7c7f7334b83dd8f75eef4209c68f9f1080b**** |
| OldPassword | string | Yes | The current password. | 12345678 |
| NewPassword | string | Yes | The new password. | 67436290 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "484256DA-D816-44D2-9D86-B6EE4D5B****",
"LoginToken": "v18101ac6a9e69c66b04a163031680463660b4b216cd758f34b60b9ad6a7c7f7334b83dd8f75eef4209c68f9f1080b****"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
