list-accounts
Retrieve a paginated list of user accounts with filters for account type, active status, and department access to manage users and control access.
Instructions
Retrieve a paginated list of all user accounts with advanced filtering options. Use for user management, access control, and organizational oversight. Supports filtering by account type, active status, and department access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (starts from 1) | |
| active | No | Filter by active status (0=inactive/archived, 1=active) | |
| per-page | No | Number of items per page (max 200, default varies by API configuration) | |
| account_type | No | Filter by account type (1=admin with full access, 2=member with standard access, 3=view-only with read permissions) | |
| department_filter_id | No | Filter by department access - shows only accounts with access to specific department |