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

# Get Skill Suggestions for a Specific User

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

This endpoint retrieves all skill suggestions for a specific user. Your organization must have Skills+ enabled to use this endpoint. <h3>Required Scope</h3>`skill_suggestions:read` or `skill_suggestions:write`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- InlineResponse20022
  - `data` InlineResponse20022Data[], required
    - `type` string, required — The resource type.
    - `id` integer, required — Server-generated identifier for the suggestion.
    - `attributes` InlineResponse20022Attributes, required
      - `provider-code` string
      - `skill-names` string[]
      - `user-id` string
    - `links` InlineResponse20022Links
      - `self` string — Resource URL.

---

[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)
