---
title: "Get the list of playtesters for an owned universe."
method: GET
path: "/v1/universes/{universeId}/configuration/playtesters"
tags: ["Universes"]
---

# Get the list of playtesters for an owned universe.

`GET /v1/universes/{universeId}/configuration/playtesters`

## Path parameters

- `universeId` integer, required

## Response `200`

OK

- RobloxApiDevelopModelsPlaytestersResponse — Response model for playtester list endpoints.
  - `playtesters` integer[] — The user ids that are playtesters for this universe.

## Other responses

- `400` — 1: The universe does not exist.
- `401` — 0: Authorization has been denied for this request.
- `403` — 2: You are not authorized to configure this universe.

---

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