API 参考组织管理
调整组织层级
POST
/ReorganizeOrg调整组织树中的节点位置,通过拖拽类型控制放置方式。
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/ReorganizeOrg" \ -H "Content-Type: application/json" \ -d '{ "targetOrgId": 13, "orgId": 26, "type": "after" }'{ "ErrCode": 0, "Message": "调整成功"}