Slack
slack_list_users
List all users in the workspace including deactivated users. Supports cursor-based pagination.
Remote node2flow/slack
Other tools also called slack_list_users?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results per page (recommended: 200, max: 1000)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"include_locale": {
"type": "boolean",
"description": "Include locale info for each user"
}
}
}