Skip to main content
Version: v3New

List Product Enrollments

GET 

/courses/products/:productId/enrollments

List contacts enrolled in a product. Requires a Location token with courses.readonly. Send Version: v3. Reads user_purchases in the bound location. Does not return email or lesson progress. Cursor encodes createdAt and id.

Request​

Version stringrequired

API Version

Available optionsv3
productId string<uuid>required

Product id

Possible values: non-empty

limit string

Page size (1-50)

Possible values: non-empty

cursor string

Opaque cursor from the previous page

Possible values: non-empty

locationId stringrequired

Location id or sub-account id is required.

Possible values: non-empty

application/json

Success

Schema
    enrollmentsobject[]required
    nextCursorstringnullablerequired