Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.teams.settings.info.json
{
"args": {
"team_id": {
"desc": "",
"required": true
}
},
"desc": "Fetch information about settings in a workspace",
"errors": {
"failed_to_fetch_info": "There was an error fetching info for this workspace.",
"feature_not_enabled": "The Admin APIs feature is not enabled for this team.",
"team_not_found": "The `team_id` was not found."
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.teams:read",
"url": "https://docs.slack.dev/reference/scopes/admin.teams.read"
}
]
}
}