Slack MCP Server

MIT License
7,932
40,097
  • Apple

slack_get_users

Retrieve basic profile details of all users in a Slack workspace. Supports pagination with cursor and limit options for efficient data handling.

Instructions

Get a list of all users in the workspace with their basic profile information

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of users to return (default 100, max 200)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of users to return (default 100, max 200)", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Slack MCP Server

Related Tools

ID: zcfm7oczkc