---
title: "Get Skill Plans for a Specific User"
method: GET
path: "/api/v2/users/{id}/skill-plans"
tags: ["User"]
---

# Get Skill Plans for a Specific User

`GET /api/v2/users/{id}/skill-plans`

This endpoint retrieves all skill plans for a specific user. You can retrieve a user by specifying the ID as a path parameter or specifying an identifier as a query string URL parameter. For example, `https://api.betatest.degreed.com/api/v2/users/<email_value>/skill-plans?identifier=email`<h3>Required Scope</h3>`users:read`, `users:write`, `skill_plans:read`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- UserSkillPlan
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` UserSkillPlanData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserSkillPlanDataAttributes
      - `name` string, nullable — The name of the skill plan.
      - `description` string, string, nullable — The description of the skill plan.
      - `visibility` string, nullable — Can only be `Author`, `Public`, `Group`, `ProfileVisible`, `Template` or `Unknown`.
      - `degreed-url` string, nullable — URL location of the plan within Degreed UI.
      - `created-at` string, date-time — Date when the plan was created. (UTC)
      - `modified-at` string, date-time, nullable — Date when the plan was last modified. (UTC)
      - `plan-type` string, nullable — Indicates the type of plan. Can only be `Target`, `Role`, `Directory` or `Browse`. `Target` indicates that the record represents a `Skill Plan`. `Role` indicates that the record represents a `Role Plan`. `Directory` indicates that the record represents a `Directory`.
      - `is-endorsed` boolean — Indicates whether the plan is endorsed. Endorsed Plans indicate that a learning professional in your organization reviewed and validated its content.
    - `links` SelfLink
      - `self` string
    - `meta` UserSkillPlanDataMeta
      - `association` string, nullable

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/versions/4a22b709515c/schema)
