users_list
List all users in a Slack team with pagination support. Optionally include detailed user information.
Instructions
List all users in a Slack team. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of users to return per page (0-1000, default 0 for no limit). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor`` to fetch the next page. | |
| team_id | No | Encoded team ID to list users in, required if the token belongs to an org-wide app (e.g. ``T0123``). | |
| detailed | No | Set to ``True`` to return the full, uncompacted Slack response. | |
| include_locale | No | Set to ``True`` to receive the locale for users in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||