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

# Get Skill Ratings for a Specific User

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

This endpoint retrieves all skill ratings 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-ratings?identifier=email`<h3>Required Scope</h3>`users:read`, `users:write`, `skill_ratings:read` or `skill_ratings:write`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- ListedSkillRating
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedSkillRatingData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` SkillRatingData
      - `employee-id` string, nullable — Unique employee identifier.
      - `skill-id` unknown
      - `skill-name` string, nullable — The name of the skill.
      - `rating` integer — Rating of the skill. An integer value from 0 up to and including 8, unless your organization uses a scale of 1 to 6.
      - `rating-type` string, nullable — The type of rating. Can be `self`, `peer`, or `manager`, or a valid provider code of an external rating provider.
      - `rating-label` string — The external rating label provided or the accompanying name associated with the rating value on the default internal skill scale.
      - `is-endorsed` boolean — Indicates whether the user completed a Skill Review and it was endorsed by someone in their organization. The rating-type must be `Evaluation`.
      - `rated-at` string, date-time — Date the skill was rated. (UTC)
      - `is-skill-enabled` boolean — Indicates whether this skill is endorsed. Endorsed Skills indicate that a learning professional in your organization reviewed and validated it.
      - `skill-scale` string, nullable — If a custom skill scale is enabled, can only be `Six` or `Eight`.
    - `links` SelfLink
      - `self` string
    - `relationships` SkillRatingRelationshipsInner[]
      - `user` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable
      - `skill` SkillRatingRelationshipsInnerSkill
        - `data` SkillRatingRelationshipsInnerSkillData
          - `id` string, nullable
          - `type` string, nullable
      - `manager` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable
      - `rater` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `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/versions/4a22b709515c/schema)
