Api referenceCoursesMembers
Search members
Search courses
Search courses
AuthorizationBearer <token>
In: header
Path Parameters
courseId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
roles?array<>
username?string
type?string
Value in
- "profile"
- "organization"
version?string
cycle?string
purchased?boolean
orgMembership?array<>
started?boolean
assignedBy?string
fromPurchaseLink?boolean
invited?boolean
creator?boolean
Response Body
application/json
curl -X GET "https://example.com/v2/courses/string/members/search"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}