list_user_statuses
List user presence records including account UUID and online status. Filter by online status or user to identify connected users.
Instructions
List Huly user presence records. Returns account UUIDs, online status, and last modified timestamp. Use this to check who is currently connected; presence is maintained by Huly server sessions. Filter by online or account UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| online | No | Optional presence filter. Use true for currently connected users, false for offline records. | |
| user | No | a string that will be trimmed | |
| limit | No | Maximum number of user status records to return (default: 50, maximum: 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |