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

# Get count of users in a pad

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

Returns the number of users currently editing a pad

## Path parameters

- `padId` string, required

## Response `200`

OK

- PadPadUsersCountResponse
  - `padUsersCount` integer

## 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)
