Contract Testing: Admin List Users
contract-testing_admin_list_usersList all users in the workspace with optional filters for active status, name/email, user type, and pagination.
Instructions
List all users in the workspace (admin).
Toolset: Admin
Parameters:
active (boolean): Filter by active/inactive status
q (string): Filter by name or email
userType (number): 0 = regular users, 1 = system accounts
page (number): Page number
size (number): Results per page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Filter by name or email | |
| page | No | Page number | |
| size | No | Results per page | |
| active | No | Filter by active/inactive status | |
| userType | No | 0 = regular users, 1 = system accounts |