---
title: "Get User Scopes"
method: GET
path: "/user/scopes"
tags: ["user"]
---

# Get User Scopes

`GET /user/scopes`

Retrieves all accessible scopes for the authenticated user, such as personal workspaces or shared teams.

## Response `200`

Success

- object
  - `object` 'list', required
  - `data` ScopeSummary[], required
    - `id` string, required — A unique identifier for the scope (e.g., user or team workspace).
    - `object` 'scope', required — Fixed value identifying this object as a scope.
    - `name` string — An optional human-readable name for the scope.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/bcf554284606/schema)
