Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/users-workspaces/list-users

# 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`.                           |
