| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.corehr.v2.model |
| 限定符和类型 | 方法和说明 |
|---|---|
PatchPersonReq.Builder |
PatchPersonReq.Builder.clientToken(String clientToken)
操作的唯一标识,用于幂等的进行更新操作,格式为标准的 UUIDV4。
|
static PatchPersonReq.Builder |
PatchPersonReq.newBuilder() |
PatchPersonReq.Builder |
PatchPersonReq.Builder.noNeedQuery(Boolean noNeedQuery)
根据no_need_query判断更新后是否返回更新后个人信息,若填写为 “true”则 data 为空。
|
PatchPersonReq.Builder |
PatchPersonReq.Builder.personId(String personId)
个人信息 ID;- 该 ID
在[【创建个人信息】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/person/create)时可从响应体中获取(person_id);-
此外你也可以调用[【搜索员工信息】](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/corehr-v2/employee/search)接口,获取指定员工的
person_id。
|
PatchPersonReq.Builder |
PatchPersonReq.Builder.personInfo(PersonInfo body)
body
|
| 构造器和说明 |
|---|
PatchPersonReq(PatchPersonReq.Builder builder) |
Copyright © 2026. All rights reserved.