WuKongIM Docs

Resolve one address group for UIDs

Operation boundary

  • Caller: Trusted backend only

Deprecated

POST/route/batch

Echoes an unbounded UID array inside the selected address group; retained for compatibility.

Query Parameters

node_id?integer

Preferred node selector; when supplied it must identify a configured node with an ID greater than 0.

Formatuint64
Range1 <= value
nodeId?integer
Deprecated

Legacy nodeId alias, read only when node_id is absent.

Formatuint64
Range1 <= value
nodeID?integer
Deprecated

Legacy nodeID alias, read only when both node_id and nodeId are absent.

Formatuint64
Range1 <= value
intranet?integer

Address-scope selector; any parseable non-zero integer selects intranet addresses, while invalid text behaves as 0 and selects public addresses.

Default0

Request Body

application/json

JSON array of UIDs whose route group is requested.

TypeScript Definitions

Use the request body type in TypeScript.

Array of UID strings; JSON null is also accepted as an empty array, and the current entry does not bound its size.

Array of UID strings; JSON null is also accepted as an empty array, and the current entry does not bound its size.

[index: integer]?string

Response Body

application/json

application/json

application/json

[  {    "tcp_addr": "string",    "ws_addr": "string",    "wss_addr": "string",    "uids": [      "string"    ]  }]