rip.pds.admin.listOwners

pds.rip

Documentation

Everyone who holds or has held accounts on this server, busiest first. Operators only.

main query

Everyone who holds or has held accounts on this server, busiest first. Operators only.

Parameters

limit integer Optional

No description available.

Output

Encodingapplication/json
defaults 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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."
}
defaults object

No description available.

Properties

maxLifetimeDays integer Required

No description available.

quotaPerOwner integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "quotaPerOwner",
    "maxLifetimeDays"
  ],
  "properties": {
    "quotaPerOwner": {
      "type": "integer"
    },
    "maxLifetimeDays": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@