---
title: "List scene administrators"
method: GET
path: "/scene-admin"
tags: ["Scene Administration"]
---

# List scene administrators

`GET /scene-admin`

Lists all administrators for a specific scene or world.
Only scene owners or existing administrators can access this endpoint.
Requires Signed Fetch authentication from decentraland-kernel-scene.
Must include the complete identity header chain: x-identity-auth-chain-0, x-identity-auth-chain-1, x-identity-auth-chain-2, x-identity-timestamp, and x-identity-metadata.

## Query parameters

- `admin` string

## Response `200`

Scene administrators retrieved successfully

- object[]
  - `admin` string, required — ETH address of the admin
  - `name` string, required — Display name of the admin
  - `canBeRemoved` boolean, required — Whether this admin can be removed (false for land lease owners)

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - Authentication required or insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/decentraland/apis/realm-provider-api.md) · [All operations](https://skmtc.net/decentraland/apis/realm-provider-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decentraland/realm-provider-api/revisions/d94e0e0f1821/schema)
