/admin.teams.create
POST
/admin.teams.createCreate an Enterprise team.
Request
Header Params
token
string
required
Authentication token. Requires scope: admin.teams:write
Body Params application/x-www-form-urlencoded
team_description
string
optional
Description for the team.
team_discoverability
string
optional
Who can join the team. A team's discoverability can be open
, closed
, invite_only
, or unlisted
.
team_domain
string
required
Team domain (for example, slacksoftballteam).
team_name
string
required
Team name (for example, Slack Softball Team).
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true,
"team": "T12345"
}
Last modified: a year ago