Skip to main content
Glama

Harvest MCP Server

harvest_list_users

Retrieve and filter all users in your Harvest account to manage team access and permissions. Supports pagination and active status filtering for efficient user administration.

Instructions

List all users in the account with filtering. Use about {"tool": "harvest_list_users"} for detailed parameters and examples.

Input Schema

NameRequiredDescriptionDefault
is_activeNoFilter by active status
pageNoPage number
per_pageNoResults per page (max 100)

Input Schema (JSON Schema)

{ "properties": { "is_active": { "description": "Filter by active status", "type": "boolean" }, "page": { "description": "Page number", "type": "number" }, "per_page": { "description": "Results per page (max 100)", "type": "number" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/standardbeagle/harvest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server