---
title: "Get users currently in a pad"
method: GET
path: "/admin/api/pads/{padId}/users"
tags: ["Pads"]
---

# Get users currently in a pad

`GET /admin/api/pads/{padId}/users`

Returns a list of users currently editing a pad

## Path parameters

- `padId` string, required

## Response `200`

OK

- PadPadUsersResponse
  - `padUsers` PadPadUser[]
    - `colorId` string
    - `id` string
    - `name` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/ether/apis/etherpad-go-api.md) · [All operations](https://skmtc.net/ether/apis/etherpad-go-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ether/etherpad-go-api/versions/6f3a072916e8/schema)
