{ "opencollection": "1.0.0", "info": { "name": "Uplimit Organization Course Enrollment API", "version": "2025-08-18" }, "items": [ { "info": { "name": "Enrollment", "type": "folder" }, "items": [ { "info": { "name": "POST /v1/EnrollUserIntoSession", "type": "http" }, "http": { "method": "POST", "url": "https://uplimit.com/api/organization/v1/EnrollUserIntoSession", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This API allows developers to add a user into a session. The user must have already been created with the Create User API (see above) before you can add this user." }, { "info": { "name": "POST /v1/EnrollUserIntoCourse", "type": "http" }, "http": { "method": "POST", "url": "https://uplimit.com/api/organization/v1/EnrollUserIntoCourse", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This API allows developers to add a user into a course. The user must have already been created with the Create User API (see above) before you can add this user. In general, prefer to use the EnrollUserIntoSession API instead of this API, because that is more specific and you can specify the exact session you want to enroll the user into, instead of relying on a policy." }, { "info": { "name": "GET /v1/ListEnrollmentsInSession", "type": "http" }, "http": { "method": "GET", "url": "https://uplimit.com/api/organization/v1/ListEnrollmentsInSession", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "uplimitSessionId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This API allows developers to list all active enrollments in a session." }, { "info": { "name": "POST /v1/UnenrollUserFromSession", "type": "http" }, "http": { "method": "POST", "url": "https://uplimit.com/api/organization/v1/UnenrollUserFromSession", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "This API allows developers to remove a user from a session. The user must currently be enrolled in the session to be eligible for unenrollment." } ] } ], "bundled": true }