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