---
title: "GET /users/user/{userId}/limits"
method: GET
path: "/users/user/{userId}/limits"
tags: ["users"]
---

# GET /users/user/{userId}/limits

`GET /users/user/{userId}/limits`

Returns the specified user's limits. ADMIN or CURATOR only

## Path parameters

- `userId` integer, required

## Response `200`

A user's limits

- Limits
  - `hostedEntryCountLimit` integer
  - `hostedEntryVersionLimit` integer

## Other responses

- `403` — Forbidden
- `404` — User not found

---

[API](https://skmtc.dev/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.dev/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/revisions/9d82a4e96aa7/schema)
