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

com.atproto.server.getAccountInviteCodes

atproto-lexicons.bsky.social

{
  "id": "com.atproto.server.getAccountInviteCodes",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "DuplicateCreate"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "codes"
          ],
          "properties": {
            "codes": {
              "type": "array",
              "items": {
                "ref": "com.atproto.server.defs#inviteCode",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "includeUsed": {
            "type": "boolean",
            "default": true
          },
          "createAvailable": {
            "type": "boolean",
            "default": true,
            "description": "Controls whether any new 'earned' but not 'created' invites should be created."
          }
        }
      },
      "description": "Get all invite codes for the current account. Requires auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against com.atproto.server.getAccountInviteCodes

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:6msi3pj7krzih5qxqtryxlzw
CID
bafyreibeczlag36upzn67uqsheo4st47z7nbpvfrdgko777633saur7jui
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:6msi3pj7krzih5qxqtryxlzw/com.atproto.lexicon.schema/com.atproto.server.getAccountInviteCodes

Referenced Schemas (1)

Lexicon Garden

@