list_users
Get a paginated list of users, filterable by active status and update date, showing profiles and permissions.
Instructions
Retrieve a list of users with optional filtering by active status and updated date. Returns paginated results with user profiles and permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_active | No | Filter by active status | |
| updated_since | No | Filter by users updated since this timestamp | |
| page | No | Page number for pagination | |
| per_page | No | Number of users per page (max 2000) |