---
title: "Get Required Learning for a Specific User"
method: GET
path: "/api/v2/users/{id}/required-learning"
tags: ["User"]
---

# Get Required Learning for a Specific User

`GET /api/v2/users/{id}/required-learning`

This endpoint retrieves all required learning 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>/required-learning?identifier=email`<br><br>For Global Admin Tool Organizations, if the user belongs to a Tenant Organization, then the `X-Degreed-Organization-Code` header must be provided.<h3>Required Scope</h3>`users:read`, `users:write`, `required_learning:read` or `required_learning:write`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `next` string
- `identifier` string

## Headers

- `X-Degreed-Organization-Code` string

## Response `200`

Success

- ListedRequiredLearning
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedRequiredLearningData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` ListedRequiredLearningAttributes
      - `employee-id` string, nullable — The employee identifier for the required learning item.
      - `assignment-type` string, nullable — Can only be `Assigned` or `Required`.
      - `status` string, nullable — The status of the required learning item. Can only be `Queued`, `Pending`, `Dismissed` or `Complete`.
      - `due-at` string, date-time — The date the required learning item is due. (UTC)
      - `created-at` string, date-time — The date the required learning item was created. (UTC)
      - `modified-at` string, date-time, nullable — The date the required learning item was modified. (UTC)
      - `assigner-employee-id` string — The employee id of the user that assigned the content.
    - `links` SelfLink
      - `self` string
    - `relationships` ListedRequiredLearningDataRelationships[]
      - `content` ListedRequiredLearningDataContent
        - `data` ListedRequiredLearningDataContentData
          - `id` string
          - `type` string
      - `provider` ListedRequiredLearningDataProvider
        - `data` ListedRequiredLearningDataProviderData
          - `id` string
          - `type` string
      - `required-learning-collection` ListedRequiredLearningDataRequiredlearningcollection
        - `data` ListedRequiredLearningDataRequiredlearningcollectionData
          - `id` string
          - `type` string
      - `user` ListedRequiredLearningDataRelationshipsUser
        - `data` ListedRequiredLearningDataRelationshipsUserData
          - `id` string
          - `type` string
      - `assigner` ListedRequiredLearningDataAssigner
        - `data` ListedRequiredLearningDataAssignerData
          - `id` string — The id of the user that assigned the content.
          - `type` string
    - `included` RequiredLearningContentIncludedInner[] — More information about the required learning resource.
      - `type` string, nullable
      - `id` string, nullable
      - `attributes` RequiredLearningContentIncludedInnerAttributes
        - `content-type` string, nullable — The content type of the required learning resource.
        - `url` string, nullable — URL location of the required learning resource.
        - `title` string, nullable — The title of the required learning resource.
        - `provider` string, nullable — The provider of the required learning resource.
        - `degreed-url` string — URL location of content within Degreed UI.
      - `links` SelfLink
        - `self` string

---

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