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

# Get Today's Learning for a Specific User

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

This endpoint retrieves all of today's 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>/todays-learning?identifier=email`<br><br>**Note:** This endpoint retrieves user data that is refreshed when a user logs into Degreed through the UI. Users must have Daily Digest Emails or Weekly Digest Emails enabled or log in to Degreed every 48 hours to return updated results. <h3>Required Scope</h3>`users:read`, `users:write` or `todays_learning:read`

## Path parameters

- `id` string, required

## Query parameters

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

## Response `200`

Success

- ListedTodaysLearning
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `meta` ListedTodaysLearningMeta
    - `is-personalized` boolean, nullable
  - `data` ListedTodaysLearningData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` TodaysLearningData
      - `employee-id` string, nullable — Unique employee identifier.
      - `content-type` string, nullable — Content type of the resource.
      - `title` string, nullable — The title of the resource.
      - `summary` string, nullable — The summary of the resource.
      - `url` string, nullable — URL location where more information can be found for the resource.
      - `image-url` string, nullable — Cover image of the resource.
      - `duration` number, double — The duration for the resource.
      - `duration-type` string, nullable — The duration type for the resource.
      - `provider` string, nullable — The provider of the resource.
      - `suggested-at` string, date-time — Date when the resource was suggested. (UTC)
    - `links` SelfLink
      - `self` string
    - `relationships` TodaysLearningRelationshipsInner[]
      - `user` SkillRatingRelationshipsInnerUser
        - `data` SkillRatingRelationshipsInnerUserData
          - `id` string, nullable
          - `type` string, nullable
      - `content` TodaysLearningRelationshipsInnerContent
        - `data` TodaysLearningRelationshipsInnerContentData
          - `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)
