rsvp.atmo.space.invite.list

atmo.rsvp

Documentation

List invites for a space. Owner only.

main query

List invites for a space. Owner only.

Parameters

includeRevoked boolean Optional

No description available.

spaceUri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

Output

Encodingapplication/json
invites array Required

No description available.

Errors

NotFound
Forbidden
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://api.bsky.social)
Parameters
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
  "type": "query",
  "errors": [
    {
      "name": "NotFound"
    },
    {
      "name": "Forbidden"
    }
  ],
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "invites"
      ],
      "properties": {
        "invites": {
          "type": "array",
          "items": {
            "ref": "rsvp.atmo.space.defs#inviteView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "spaceUri"
    ],
    "properties": {
      "spaceUri": {
        "type": "string",
        "format": "at-uri"
      },
      "includeRevoked": {
        "type": "boolean",
        "default": false
      }
    }
  },
  "description": "List invites for a space. Owner only."
}

Lexicon Garden

@