Slack
SLACKBOT_LIST_WORKSPACE_USERS
Retrieves a paginated list of admin users for a specified Slack workspace.
Remote slackbot
Other tools also called SLACKBOT_LIST_WORKSPACE_USERS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"examples": [
"20",
"50",
"100"
],
"description": "The maximum number of admin users to retrieve per page. Must be a positive integer. If not specified, a default limit set by Slack will apply."
},
"cursor": {
"type": "string",
"title": "Cursor",
"examples": [
"dXNlcjpVMEc5V0ZYTlo="
],
"description": "Pagination cursor for retrieving the next page of results. Pass the `next_cursor` value returned from a previous request to fetch subsequent items. If omitted, the first page is retrieved."
},
"team_id": {
"type": "string",
"title": "Team Id",
"examples": [
"T123456789"
],
"description": "The ID of the Slack workspace (e.g., `T123456789`) from which to list admin users."
}
}
}