Slack
SLACK_LIST_ALL_SLACK_TEAM_USERS_WITH_PAGINATION
DEPRECATED: Retrieves a paginated list of all users in a Slack workspace. Use `list_all_users` instead.
Remote slack
Other tools also called SLACK_LIST_ALL_SLACK_TEAM_USERS_WITH_PAGINATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 1,
"description": "Maximum number of items to return per page; fewer may be returned if the end of the list is reached. Recommended to set a value (e.g., 100) as Slack may error for large workspaces if omitted.\nExamples:\n \"20\"\n \"100\"\n \"200\""
},
"cursor": {
"type": "string",
"description": "Pagination cursor for fetching subsequent pages. Set to `next_cursor` from a previous response's `response_metadata`. Omit for the first page.\nExamples:\n \"dXNlcjpVMDYxREk0STM=\"\n \"dXNlcjpVMDYxREk0STQ=\""
},
"include_locale": {
"type": "boolean",
"description": "Include the `locale` field for each user. Defaults to `false`.\nExamples:\n \"true\"\n \"false\""
}
}
}