duo_list_users
Retrieve Duo users with optional exact username filter, returning user IDs, emails, statuses, and admin flags for account management.
Instructions
List users in the Duo account, optionally filtered by exact username. Returns user metadata (user_id, username, email, status, realname, phone/created timestamps) - PII, classified isAdmin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items per page (Duo default/max vary by endpoint). | |
| offset | No | Offset into the result set, for paging past the first page. | |
| username | No | Filter by exact username match. |