Backfill in-progress. Some lexicons and records may be missing or incomplete.

com.atproto.admin.disableInviteCodes

atproto-lexicons.bsky.social

Documentation

main procedure

Disable some set of codes and/or all codes associated with a set of users.

Input

Encodingapplication/json
accounts array Optional

No description provided.

codes array Optional

No description provided.

Try It

Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.

These methods interact directly with Personal Data Servers and require careful handling. Use a dedicated client or CLI tool instead.
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {
        "codes": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "accounts": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Disable some set of codes and/or all codes associated with a set of users."
}

Lexicon Garden

@