Docs
arrow_back Embeddables

User Analytics Hub and above

The User Analytics embeddable is a dashboard showing a single recipient's learning activity. Use it when an individual recipient's progress needs to be visible inside your product. The example below shows the dashboard for a recipient in our demo workspace, giving you a real picture of how individual reporting renders.

It's a fit for profile pages that include training history, manager views of direct reports, customer success tools that need to check what someone has completed, and any other place where the lens needs to be on one person at a time.

API Endpoint

POST/v1/headless/embed/analytics/user

Body parameters

FieldTypeExampleDescriptionDemo Value
identifierstringyour-user-id
clientIdentifierstringyour-tenant-id
userIdentifierstringtarget-user-idIdentifier for the user whose analytics to display. Defaults to the requesting identifier if not provided.
namestringJane DoeOptional display name override for this analytics embed request.
avatarstringhttps://example.com/avatar.jpgOptional display avatar URL override for this analytics embed request.
themeIdnumberCustom theme ID to apply to the analytics dashboard.
options.statsbooleantrueShow summary stat cards at the top of the analytics dashboard.
options.tablebooleantrueShow the individual usage table section.

This embeddable does not emit any postMessage events.

Live Demo