-
Notifications
You must be signed in to change notification settings - Fork 7
3. Third Party APP Get Unique Studio Info
Fred Liang edited this page Sep 7, 2018
·
2 revisions
Get department users info.
URL : https://open.hustunique.com/weixin/department/:departmentID
Method : GET
Auth required : AccessKey
Code : 200 OK
Content example
{
"code":200,
"data":[
{
"userid":"XXX",
"name":"XXX",
"department":[
3
],
"mobile":"17371266552",
"email":"",
"status":1,
"avatar":"http://wx.qlogo.cn/mmopen/WdWvfOpYBnN8yyBUkpicErF54dLCbYMDHjC1XFMXeRO031uOGHoChUN2uE6V/0",
"telephone":"",
"english_name":""
}
],
"msg":"Done"
}
Get wexin work department list.
URL : https://open.hustunique.com/weixin/department
Method : GET
Auth required : AccessKey
Code : 200 OK
Content example
{
"code": 200,
"data": [{
"id": 1,
"name": "UniqueStudio",
"parentid": 0,
"order": 100000000
}],
"message": "OK"
}