Help Center/ OneAccess/ API Reference/ OneAccess APIs/ Management APIs/ User Management/ Verifying and Modifying the Original User Password
Updated on 2024-12-30 GMT+08:00

Verifying and Modifying the Original User Password

Function

Verify and modify the original user password.

Constraints

null

URI

PUT /api/v2/tenant/users/{user_id}/change-password-verify

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

user_id

Yes

String

User ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Set this field to "application/json;charset=utf8".

Authorization

Yes

String

Authentication credential. The value is "Bearer {access_token}". access_token is obtained by calling the API for obtaining an access credential.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

password

Yes

String

New password.

old_password

Yes

String

Original password.

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

user_id

String

User ID.

Status code: 400

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error details.

Example Requests

Verify and modify the original user password.

PUT https://{domain_name}/api/v2/tenant/users/{user_id}/change-password-verify

Authorization: Bearer 334963fc-1e4a-473b-9096-52a929140...

{
 "password":"N******8",
  "old_password":"O******4"
}

Example Responses

Status code: 200

Request successful.

{
  "user_id" : "20210621095935811-5E16-6B3060..."
}

Status Codes

Status Code

Description

200

Request successful.

400

Invalid parameter.

Error Codes

See Error Codes.