All Products
Search
Document Center

Elastic Desktop Service:ChangePassword

Last Updated:Oct 30, 2025

Changes the password of a user account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
ClientIdstringYes

The client ID. The system generates a unique ID for each client.

42f6645a-9c3c-4772-be2a-cc5f5732****
OfficeSiteIdstringYes

The office network ID.

cn-shanghai+dir-227468****
SessionIdstringYes

The session ID.

1
EndUserIdstringYes

The user ID.

liming
LoginTokenstringYes

The logon token.

v18101ac6a9e69c66b04a163031680463660b4b216cd758f34b60b9ad6a7c7f7334b83dd8f75eef4209c68f9f1080b****
OldPasswordstringYes

The current password.

12345678
NewPasswordstringYes

The new password.

67436290

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

484256DA-D816-44D2-9D86-B6EE4D5B****
LoginTokenstring

The logon token.

v18101ac6a9e69c66b04a163031680463660b4b216cd758f34b60b9ad6a7c7f7334b83dd8f75eef4209c68f9f1080b****

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 timeSummary of changesOperation
No change history