chat.bsky.group.createJoinLink

bsky-lexicons.bsky.social

{
  "id": "chat.bsky.group.createJoinLink",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "convoId",
            "joinRule"
          ],
          "properties": {
            "convoId": {
              "type": "string"
            },
            "joinRule": {
              "ref": "chat.bsky.group.defs#joinRule",
              "type": "ref"
            },
            "requireApproval": {
              "type": "boolean",
              "default": false
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "EnabledJoinLinkAlreadyExists"
        },
        {
          "name": "InvalidConvo"
        },
        {
          "name": "InsufficientRole"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "joinLink"
          ],
          "properties": {
            "joinLink": {
              "ref": "chat.bsky.group.defs#joinLinkView",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Creates a join link for the group convo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against chat.bsky.group.createJoinLink

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

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreic2r6qjbm3x677iup4ldjuvyyud3o3gma62xyshyaul5iv3b4gllu
Indexed At
2026-04-15 21:30 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/chat.bsky.group.createJoinLink

Referenced Schemas (2)

Lexicon Garden

@