---
title: "Get Accomplishments for a Specific User"
method: GET
path: "/api/v2/users/{id}/accomplishments"
tags: ["User"]
---

# Get Accomplishments for a Specific User

`GET /api/v2/users/{id}/accomplishments`

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

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- ListedAccomplishment
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedAccomplishmentData[]
    - `type` string
    - `id` string
    - `attributes` ListedAccomplishmentAttributes
      - `title` string, nullable
      - `started-at` string, date-time, nullable — UTC
      - `completed-at` string, date-time, nullable — UTC
      - `image-url` string, nullable
      - `rating` integer, nullable
    - `links` SelfLink
      - `self` string
    - `relationships` UserRelationshipsInner[]
      - `user` UserRelationshipsInnerUser
        - `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/versions/4a22b709515c/schema)
