Call via POST http://127.0.0.1:3000/nc_get_user_status (JSON params as the body) or WebSocket.
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
user_id |
uint | ✓ |
{ status, ext_status }:用户在线状态码与扩展状态码。
Every response is wrapped in the standard envelope: { "status": "ok", "retcode": 0, "data": ... }. The table below describes data.
| Field | Type | Required | Description |
|---|---|---|---|
status |
integer | ✓ | 在线状态码 |
ext_status |
integer | ✓ | 扩展状态码 |
MCP-capable clients can discover and call this action directly — no hand-written HTTP. See MCP.