/admin.teams.list
GET
/admin.teams.list
admin.teamsadmin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/admin.teams.list' \
--header 'token;'
Response Response Example
200 - response
{
"ok": true,
"teams": [
{
"discoverability": "hidden",
"id": "T1234",
"name": "My Team",
"primary_owner": {
"email": "bront@slack.com",
"user_id": "W1234"
},
"team_url": "https://subarachnoid.slack.com/"
}
]
}
Request
Query Params
limit
integerÂ
optional
cursor
stringÂ
optional
cursor
to next_cursor
returned by the previous call to list items in the next page.Header Params
token
stringÂ
required
admin.teams:read
Responses
Modified at 2023-08-15 05:39:45