When using:
app.servers.query(userID, { filter: "externalId", sort: "id" }))
In the Code of the Module it converts "externalId" to "external_id" which is not valid according to the list of valid filters!
(Line 768-769)

Temporary Fix was to add "external_id" to index.js of module at line 651:
