---
title: "List authenticated user's scopes"
method: GET
path: "/user/scopes"
---

# List authenticated user's scopes

`GET /user/scopes`

Returns a list of scopes that the authenticated user is a member of

## Response `200`

OK

- Scope[]
  - `scope` string, required — The name of a scope. This must not be @ prefixed.
  - `description` string, required — The description of the scope.
  - `createdAt` string, date-time, required — The date and time when the scope was created.
  - `updatedAt` string, date-time, required — The date and time when the scope was last updated.

## Other responses

- `401` — Unauthorized

## Changes

> 15 revisions in range; 4 could not be searched.

- **2026-02-06** `0c4e8d8a5c2a` — 4 warning, 2 info
  - removed the optional property `items/creator` from the response with the `200` status
  - removed the optional property `items/ghActionsVerifyActor` from the response with the `200` status
  - removed the optional property `items/quotas` from the response with the `200` status
  - removed the optional property `items/requirePublishingFromCI` from the response with the `200` status
  - …2 more
- **2024-03-14** `cebb48e7803a` — 1 info
  - added the optional property `items/requirePublishingFromCI` to the response with the `200` status
- **2024-02-28** `f8d3b912d946` — 1 breaking, 4 info
  - removed the required property `items/description` from the response with the `200` status
  - added the optional property `items/creator` to the response with the `200` status
  - added the optional property `items/ghActionsVerifyActor` to the response with the `200` status
  - added the optional property `items/quotas` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/user/scopes/get.md)

---

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