4.2.2.5 Move a member from a department to another
PUT /rest/orgwise/2/member/{id}/move?current={current}&target={target}
DESCRIPTION
Move a member for a department to another. Information modification will produce change records.
MEDIA TYPE
application/json
PATH PARAM
Param | Description | Required |
---|---|---|
id | The member ID or username of a member. | Required |
QUERY PARAM
Param | Description | Required |
---|---|---|
current | The ID or No. of the current department. | Required |
target | The ID or No. of the target department. | Required |
RESPONSE
{
"code": 0,
"msg": "Success"
}