Skip to content

Commit 56f2d26

Browse files
author
Fil Maj
authored
add externalTeams.list sample json (#1326)
1 parent b596cf6 commit 56f2d26

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"ok": true,
3+
"organizations": [
4+
{
5+
"team_id": "T00000",
6+
"team_name": "",
7+
"team_domain": "",
8+
"public_channel_count": 1,
9+
"private_channel_count": 0,
10+
"im_channel_count": 0,
11+
"mpim_channel_count": 0,
12+
"connected_workspaces": [
13+
{
14+
"workspace_id": "T000",
15+
"workspace_name": ""
16+
}
17+
],
18+
"slack_connect_prefs": {},
19+
"connection_status": "CONNECTED",
20+
"last_active_timestamp": 1718720443,
21+
"is_sponsored": false,
22+
"canvas": {
23+
"total_count": 0,
24+
"ownership_details": []
25+
},
26+
"lists": {
27+
"total_count": 0,
28+
"ownership_details": []
29+
}
30+
}
31+
],
32+
"total_count": 1,
33+
"response_metadata": {
34+
"next_cursor": ""
35+
}
36+
}

0 commit comments

Comments
 (0)