> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# listUsers

List users.

Retrieves a paginated list of users in the tenant with their attributes. Use this to look up users by name or email, or browse the user directory.

## Parameters

| Name         | Type    | Required | Description                                                       |
| ------------ | ------- | -------- | ----------------------------------------------------------------- |
| `search_key` | string  | No       | Filter users by name or email (substring match, case-insensitive) |
| `page`       | integer | No       | Page number for pagination Default: `1`.                          |
| `per_page`   | integer | No       | Number of users per page Default: `25`.                           |