正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史记录

版本 1 当前 »

请求类型

  • PUT

请求地址

  • /orgwise/2/member/{id}/move?current={current}&target={target}

媒体类型

  • application/json

路径参数

参数类型描述必填
idInteger成员ID或用户名必填

查询参数

参数类型描述必填
currentInteger当前部门ID或NO.必填
targetInteger目标部门ID或NO.必填

返回示例

1
2
3
4

{
    "code": 0,
    "msg": "Success"
}

  • 无标签