/admin.teams.create
POST
/admin.teams.create
admin.teamsadmin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://slack.com/api/admin.teams.create' \
--header 'token;' \
--data-urlencode 'team_domain=' \
--data-urlencode 'team_name='
Response Response Example
200 - response
{
"ok": true,
"team": "T12345"
}
Request
Header Params
token
stringÂ
required
admin.teams:write
Body Params application/x-www-form-urlencoded
team_description
stringÂ
optional
team_discoverability
stringÂ
optional
open
, closed
, invite_only
, or unlisted
.team_domain
stringÂ
required
team_name
stringÂ
required
Responses
Modified at 2023-08-15 05:39:45