Name QQ::exmail::user

DESCRIPTION 通讯录管理->管理成员

create create(access_token, hash); 创建成员 <https://exmail.qq.com/qy_mng_logic/doc#10014>

update update(access_token, hash); 更新成员 <https://exmail.qq.com/qy_mng_logic/doc#10015>

delete delete(access_token,userid); 删除成员 <https://exmail.qq.com/qy_mng_logic/doc#10016>

get get(access_token,userid); 获取成员 <https://exmail.qq.com/qy_mng_logic/doc#10017>

simplelist simplelist(access_token,department_id,fetch_child); 获取部门成员 <https://exmail.qq.com/qy_mng_logic/doc#10018>

list list(access_token,department_id,fetch_child); 获取部门成员(详情) <https://exmail.qq.com/qy_mng_logic/doc#10019>

batchcheck batchcheck(access_token, hash); 批量检查账号 <https://exmail.qq.com/qy_mng_logic/doc#10020>