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/userBody parameters
| Field | Type | Example | Description | Demo Value |
|---|---|---|---|---|
identifier | string | your-user-id | — | — |
clientIdentifier | string | your-tenant-id | — | — |
userIdentifier | string | target-user-id | Identifier for the user whose analytics to display. Defaults to the requesting identifier if not provided. | |
name | string | Jane Doe | Optional display name override for this analytics embed request. | |
avatar | string | https://example.com/avatar.jpg | Optional display avatar URL override for this analytics embed request. | |
themeId | number | | Custom theme ID to apply to the analytics dashboard. | |
options.stats | boolean | true | Show summary stat cards at the top of the analytics dashboard. | |
options.table | boolean | true | Show the individual usage table section. |
Emitted Events
How to listen to events This embeddable does not emit any postMessage events.