Get Today's Learning for a Specific User

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

Path Params
string
required

The ID of the user to retrieve.

Query Params
string
Defaults to id

How to identify the user. The identifier can be id (default), employee-id, or email and must be used as a query string URL parameter. For example, https://api.betatest.degreed.com/api/v2/users/<email_value>/todays-learning?identifier=email

string

If there is no personalized content, content from this user ID is copied.

string

Retrieves the next batch of content. This value expires after 2 minutes if a request has not been made during that time.

int32
Defaults to 100

The maximum number of content items to display per page. A maximum of 1000 is allowed.

Response

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json