# 修改用户密码

**请求报文**

| <p>{</p><p>     action : "updatepwd",</p><p>flag: "",  //用户标志位</p><p>password: ""  //新密码</p><p>}</p> |
| ---------------------------------------------------------------------------------------------------- |

**说明：**&#x66;lag用来查找用户

可以为distinguishedName : "",  //识别名,,@P结尾.

unique : "",              //唯一标识,

employee: "",           //工号,.

mobile: "",             //,手机号.

Id : ""                 //个人数据库主键

**响应报文**

| <p>{</p><p>  "data": {</p><p>"value": {</p><p>"result" : "",               //响应成功为 success, 失败为error</p><p>        "description": ""          //响应结果描述</p><p>     }</p><p>  }</p><p>}</p> |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://o2oa.gitbook.io/course/ping-tai-shi-shi/zu-zhi-guan-li/shu-ju-tong-bu-jie-kou/ren-yuan-shu-ju-jie-kou/xiu-gai-yong-hu-mi-ma.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
