rsvp.atmo.space.listMembers

atmo.rsvp

Documentation

List members of a space. Caller must be a member or the owner.

main query

List members of a space. Caller must be a member or the owner.

Parameters

spaceUri string at-uri Required

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

Output

Encodingapplication/json
members 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": [
        "members"
      ],
      "properties": {
        "members": {
          "type": "array",
          "items": {
            "ref": "rsvp.atmo.space.defs#memberView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "spaceUri"
    ],
    "properties": {
      "spaceUri": {
        "type": "string",
        "format": "at-uri"
      }
    }
  },
  "description": "List members of a space. Caller must be a member or the owner."
}

Lexicon Garden

@