cyberqp_get_customer_accounts
List customer account metadata such as ID, username, type, and status without exposing passwords or OTP codes. Filter accounts by type to find relevant accounts quickly.
Instructions
List account METADATA for a customer (id, username, type, status) - never returns passwords or OTP codes. Optionally filter by account type (enduser/admin/service/jit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer ID. | |
| page | No | Page number (1-based, offset pagination). | |
| limit | No | Number of items per page. | |
| cursor | No | Opaque cursor from a previous response, for cursor-based pagination. | |
| accountType | No | Filter accounts by type. |