social.colibri.beta.community.join

colibri.social

{
  "id": "social.colibri.beta.community.join",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "community"
          ],
          "properties": {
            "community": {
              "type": "string",
              "format": "did",
              "description": "The community to join."
            },
            "invitation": {
              "type": "string",
              "description": "An invitation code."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request is missing, malformed, or unverifiable service auth."
        },
        {
          "name": "CommunityNotFound",
          "description": "No community exists with that DID."
        },
        {
          "name": "InvitationNotFound",
          "description": "No invitation exists with that code."
        },
        {
          "name": "AlreadyMember",
          "description": "The requesting user already holds a member record in this community."
        },
        {
          "name": "Banned",
          "description": "The requesting user is banned from this community."
        },
        {
          "name": "CredentialsUnavailable",
          "description": "The AppView's stored credentials for this community are missing or unusable."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status"
          ],
          "properties": {
            "member": {
              "ref": "social.colibri.beta.community.defs#memberView",
              "type": "ref",
              "description": "The new member view. Present only when status is joined."
            },
            "status": {
              "type": "string",
              "description": "The result of the join attempt.",
              "knownValues": [
                "joined",
                "pending"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Admits the requesting user to a community. Joining is an AppView procedure rather than a record the user writes, because admission is what makes the community's spaces readable to them."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.community.join

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

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiebez4fls4jsn3han2hszxgs4crrw54w4n5vgpig232dcql23ztku
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.community.join

Referenced Schemas (1)

Lexicon Garden

@