Skip to content

Commit

Permalink
add externalTeams.list sample json (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj committed Jun 18, 2024
1 parent b596cf6 commit 56f2d26
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions json-logs/samples/api/team.externalTeams.list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"ok": true,
"organizations": [
{
"team_id": "T00000",
"team_name": "",
"team_domain": "",
"public_channel_count": 1,
"private_channel_count": 0,
"im_channel_count": 0,
"mpim_channel_count": 0,
"connected_workspaces": [
{
"workspace_id": "T000",
"workspace_name": ""
}
],
"slack_connect_prefs": {},
"connection_status": "CONNECTED",
"last_active_timestamp": 1718720443,
"is_sponsored": false,
"canvas": {
"total_count": 0,
"ownership_details": []
},
"lists": {
"total_count": 0,
"ownership_details": []
}
}
],
"total_count": 1,
"response_metadata": {
"next_cursor": ""
}
}

0 comments on commit 56f2d26

Please sign in to comment.