{
"id": ""
}
curl --location --request POST '/api/v3/getDeptUser?parentId=1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": ""
}'
{
"code": 0,
"message": "success",
"data": [
{
"id": 3863,
"corpid": "ww9c553021xxxx",
"name": "西瓜的部门",
"parentid": 3765,
"children": [
{
"id": 15559,
"corpid": "ww9c5530210xxxxxx",
"name": "西瓜0909--003",
"parentid": 3863,
"children": [],
"users": []
},
{
"id": 17133,
"corpid": "ww9c5530210a0d5116",
"name": "测试部门12345666666",
"parentid": 3863,
"children": [],
"users": []
}
],
"users": [
{
"id": 413778693064768,
"corpid": "ww9c5530210xxxx",
"salesId": "XueSeQiShi",
"name": "血色骑士",
"mobile": "13111111111",
"department": "3863",
"enable": 1,
"isAdmin": 0,
"avatar": "http://wework.qpic.cn/bizmail/qcjibcLL7J8rkNURpGFR8XaYjEjemdtxOHhsmW7dAW6EicywAaLRhYBA/0",
"fromQw": true
},
{
"id": 427095163877440,
"corpid": "ww9c5530xxxx",
"salesId": "AnRan",
"name": "安然",
"mobile": "18333333333",
"department": "3863",
"enable": 1,
"isAdmin": 0,
"avatar": "http://wework.qpic.cn/bizmail/cecahujhDJ7ibxYlQjLnB8icAAFMFtsSX4JaMOZ6uzWWKfH3foL99zGQ/0",
"fromQw": true
}
]
}
]
}