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
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.
Required Scope
users:read
, users:write
or todays_learning:read
Pagination
The API takes a snapshot of the paginated set of learning items at the time of the first request. Paging through learning items goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.