get
https://app.workramp.com/api/v1/users/:user_id/assignments/
For provided user_id, returns all Course, Training Series (Paths), Challenge, and SCORM assignments.
See Introduction to Webhooks for details on webhook_payloads formats.
⚠️ Legacy Mode Support
This endpoint supports the optional query parameter
legacy_modefor accounts created before November 11, 2025.If you use
legacy_mode, the API will bypass standard pagination and return the full dataset in a single response.We strongly recommend migrating to the standard, paginated response format, as legacy mode support may be deprecated in a future API version. At the moment, legacy_mode defaults to true.
