WuKongIM Docs

List active user routes

Operation boundary

  • Caller: Protected operator boundary only

Deprecated

POST/user/onlinestatus

Returns one row per active authority route; an empty UID array returns the legacy status object instead of an array.

Request Body

application/json

JSON array of UIDs whose active routes are queried.

TypeScript Definitions

Use the request body type in TypeScript.

Array of UID strings; JSON null or an empty array returns the legacy status object, and the current entry does not bound its size.

Array of UID strings; JSON null or an empty array returns the legacy status object, and the current entry does not bound its size.

[index: integer]?string

Response Body

application/json

application/json

application/json

{  "status": 200}