/admin.teams.settings.info
GET
/admin.teams.settings.infoFetch information about settings in a workspace
Request
Query Params
team_id
string
required
Header Params
token
string
required
Authentication token. Requires scope: admin.teams:read
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": {
"default_channels": "array",
"domain": "string",
"email_domain": "string",
"enterprise_id": "string",
"enterprise_name": "string",
"icon": "array",
"id": "string",
"name": "string"
}
}
Last modified: a year ago