list_users
Retrieve all users in a Slack workspace with optional filters for limit and locale information to manage team members.
Instructions
List all users in the Slack workspace.
Args:
limit: Maximum number of users to return (1-1000). Default: 100
include_locale: Include locale information for users. Default: False
Returns:
Dictionary containing list of users with their profiles
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include_locale | No |