tools.ozone.team.listMembers

ozone-lexicons.bsky.social

Documentation

List all members with access to the ozone service.

main query

List all members with access to the ozone service.

Parameters

cursor string Optional

No description available.

disabled boolean Optional

No description available.

limit integer Optional

No description available.

q string Optional

No description available.

roles array of string Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

members array Required

No description available.

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
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "members"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "members": {
          "type": "array",
          "items": {
            "ref": "tools.ozone.team.defs#member",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "q": {
        "type": "string"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "roles": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "cursor": {
        "type": "string"
      },
      "disabled": {
        "type": "boolean"
      }
    }
  },
  "description": "List all members with access to the ozone service."
}

Lexicon Garden

@