PUT /rest/orgwise/3/member/{id}/move?current={current}&target={target}
接口说明
将某个部门的成员移动到另外一个部门。
媒体类型
application/json
路径参数
| 参数 | 描述 | 必填 |
|---|---|---|
| id | 成员ID或用户名 | 必填 |
查询参数
| 参数 | 描述 | 必填 |
|---|---|---|
| current | 当前部门ID或NO. | 必填 |
| target | 目标部门ID或NO. | 必填 |
返回示例
{
"code": 0,
"msg": "Success"
}
PUT /rest/orgwise/3/member/{id}/move?current={current}&target={target}
接口说明
将某个部门的成员移动到另外一个部门。
媒体类型
application/json
路径参数
| 参数 | 描述 | 必填 |
|---|---|---|
| id | 成员ID或用户名 | 必填 |
查询参数
| 参数 | 描述 | 必填 |
|---|---|---|
| current | 当前部门ID或NO. | 必填 |
| target | 目标部门ID或NO. | 必填 |
返回示例
{
"code": 0,
"msg": "Success"
}