shared-users
Get Current User Assignments
Get the current user’s assignments with pagination.
Returns paginated assignments with ship data.
GET
Get Current User Assignments
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Items per page
Required range:
1 <= x <= 1000Pagination cursor
Search term
Maximum string length:
200Include total count
Previous
Get Current User CoursesGet all courses assigned to the current user via assignment_courses.
Returns courses with full context (status, assignment, ship, curriculum).
Courses are sourced from assignment_courses table, with registration status
joined when available (None if course not yet started).
By default, only includes courses from active assignments (not ended).
Use include_past=true to include courses from ended assignments.
Next
Get Current User Assignments