Get Team Information
重要提示
该功能仅支持旗舰版、服务商合作使用,详情请联系客服
API Overview
- Function: Get Detailed Team Information
- Request Method: GET
- Request URL: /api/orgs/{id}?appid={appid}&access_token={access_token}
- Additional Notes: Each team is linked to a contact directory team, where you can create groups and add members.
Contact directory management APIs use team_id, while team management APIs use id.
Request Parameters
Parameter Name | Type | Location | Description | Example |
---|---|---|---|---|
id | integer | uri | Team ID, can be obtained from the org={} parameter in the URL after logging into https://wesurvey.com, clicking avatar in top-right corner, and selecting Team Management | 60000208111 |
Response Parameters
Parameter Name | Type | Description |
---|---|---|
team_id | integer | Contact Directory ID linked to the team, used for managing contacts |
Response Example
{
"code": "OK",
"error": {
"type": ""
},
"data": {
"id": 60000208195,
"name": "Zhang San's Team",
"phone": "",
"current_user_role": 0,
"creator_id": 60000000285,
"creator_name": "Zhang San",
"creator_avatar_url": "https://wj.gtimg.com/default/default_headimg.png",
"team_id": 34
},
"request_id": "b8dbf3b4-5e1d-4f2e-8c61-e5ee94d05a70"
}