v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
User

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

get/api/v2/users/{id}/todays-learning

Path parameters

idstring required

The ID of the user to retrieve.

Query parameters

identifierstring

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

modelUserIdstring

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

nextstring

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

limitinteger

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

Response

Success