list_users

List user accounts, including human users (type=user) and API service accounts (type=server).

List user accounts, including human users (type=user) and API service accounts (type=server).

Read-only · Calls external systems. Safe to call: this tool does not modify data.

Parameters

FieldTypeRequiredDescription
detailbooleanNoSwitch output format to raw JSON objects (default: false). The default compact format already shows all users — only use detail=true when you need full JSON fields like roles, groups, or email.
is_activebooleanNoFilter by active status
operatorstringNoFilter by operator slug
searchstringNoSearch by username, first name, last name, or email
typestring (user | server)NoFilter by user type. Omit for all.

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "detail": false,
  "is_active": false
}

Description

Returns all users as compact one-liner summaries by default (no truncation). Use search to find by username, email, or name. Always pass operator to scope results — can return 600+ users without filters. Defaults to active users only (is_active=true) when is_active is not specified.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on