---
title: "Get All User Skills"
method: GET
path: "/api/v2/user-skills"
tags: ["UserSkill"]
---

# Get All User Skills

`GET /api/v2/user-skills`

This endpoint retrieves all user skills for the current organization. <h3>Required Scope</h3>`user_skills:read`

## Query parameters

- `next` string
- `limit` integer
- `filter[start_date]` string, date
- `filter[end_date]` string, date

## Response `200`

Success

- ListedUserSkill
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` UserSkillData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserSkillDataAttributes
      - `employee-id` string, nullable — The unique employee identifier for the user.
      - `skill-id` string, nullable — The unique skill identifier for the user.
      - `skill-name` string, nullable — The skill name identifier for the user.
      - `is-focus` boolean — Indicates whether this is the user's focus skill.
      - `is-endorsed` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.
      - `target-rating` integer, nullable — Desired rating for the skill. This value is the highest target rating for this skill out of skill plans followed and authored by the user.
      - `followed-at` string, date-time — Date the skill was followed. (UTC)
      - `degreed-url` string
      - `source` string — The skill source the skill belongs to.
    - `links` SelfLink
      - `self` string
    - `relationships` UserSkillRelationshipsInner[]
      - `user` UserRelationship
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` 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/revisions/4a22b709515c/schema)
