> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tapti.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# User Tools

> API tools for retrieving users for a tenant app.

User tools allow you to retrieve users for the current tenant app or get a specific user by ID through a unified API.

<CardGroup cols={1}>
  <Card title="Get Users By Tenant App" icon="user" href="/mcp/user/getUsersByTenantApp">
    Get users for the current tenant app
  </Card>

  <Card title="Get User By ID" icon="id-card" href="/mcp/user/getUserById">
    Get a specific user by ID
  </Card>
</CardGroup>

See the [MCP Overview](../overview) for more information about the MCP module.
