chat.bsky.group.approveJoinRequest

bsky-lexicons.bsky.social

Documentation

[NOTE: This is under active development and should be considered unstable while this note is here]. Approves a request to join a group (via join link) the user owns. Action taken by the group owner.

main procedure

[NOTE: This is under active development and should be considered unstable while this note is here]. Approves a request to join a group (via join link) the user owns. Action taken by the group owner.

Input

Encodingapplication/json
convoId string Required

No description available.

member stringdid Required

A decentralized identifier (DID).

Output

Encodingapplication/json

Errors

InvalidConvo
InsufficientRole
MemberLimitReached
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "convoId",
        "member"
      ],
      "properties": {
        "member": {
          "type": "string",
          "format": "did"
        },
        "convoId": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  },
  "errors": [
    {
      "name": "InvalidConvo"
    },
    {
      "name": "InsufficientRole"
    },
    {
      "name": "MemberLimitReached"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "convo"
      ],
      "properties": {
        "convo": {
          "ref": "chat.bsky.convo.defs#convoView",
          "type": "ref"
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Approves a request to join a group (via join link) the user owns. Action taken by the group owner."
}

Lexicon Garden

@