---
title: "List user's scopes"
method: GET
path: "/users/{id}/scopes"
---

# List user's scopes

`GET /users/{id}/scopes`

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

## Path parameters

- `id` string, uuid, required — The ID of a user.

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

- `404` — User not found

---

[API](https://skmtc.net/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.net/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/versions/3d37ac9b68f7/schema)
