Current section
Files
Jump to
Current section
Files
priv/docs/methods/auth.teams.list.json
{
"args": {
"cursor": {
"desc": "Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.",
"example": "5c3e53d5",
"required": false,
"type": "string"
},
"include_icon": {
"default": "false",
"desc": "Whether to return icon paths for each workspace. An icon path represents a URI pointing to the image signifying the workspace.",
"example": "false",
"required": false,
"type": "boolean"
},
"limit": {
"default": "100",
"desc": "The maximum number of workspaces to return. Must be a positive integer no larger than 1000.",
"example": "50",
"required": false,
"type": "integer"
}
},
"desc": "Obtain a full list of workspaces your org-wide app has been approved for.",
"errors": {
"invalid_cursor": "Invalid cursor.",
"invalid_limit": "The value passed for `limit` was not valid."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}