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

com.atproto.admin.enableAccountInvites

atproto-lexicons.bsky.social

Documentation

main procedure

Re-enable an account's ability to receive invite codes.

Input

Encodingapplication/json
account stringdid Required

A decentralized identifier (DID).

note string Optional

Optional reason for enabled invites.

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",
      "required": [
        "account"
      ],
      "properties": {
        "note": {
          "type": "string",
          "description": "Optional reason for enabled invites."
        },
        "account": {
          "type": "string",
          "format": "did"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Re-enable an account's ability to receive invite codes."
}

Lexicon Garden

@