Everyone who holds or has held accounts on this server, busiest first. Operators only.
Parameters
Output
Encoding
application/jsondefaults
ref#defaults
Required
The configured limits, so the panel can show what an override is departing from.
owners
array
Required
No description available.
Errors
NotAnOperator
The calling account does not operate this server. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "NotAnOperator",
"description": "The calling account does not operate this server."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"owners",
"defaults"
],
"properties": {
"owners": {
"type": "array",
"items": {
"ref": "rip.pds.admin.defs#ownerView",
"type": "ref"
}
},
"defaults": {
"ref": "#defaults",
"type": "ref",
"description": "The configured limits, so the panel can show what an override is departing from."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 200,
"maximum": 500,
"minimum": 1
}
}
},
"description": "Everyone who holds or has held accounts on this server, busiest first. Operators only."
}