Creates an Attendee as having taken a Course
POST/api/learning/attendees
Creates an Attendee Record for a Course
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 500
Returns a response wrapper containing a data object for CreateAttendeeForCourseResponse
Bad Request: Invalid parameters.
Unauthorized: Invalid Access Token.
Forbidden: User does not have permission to create attendees for this course
Conflict: An attendee with the provided email and course ID already exists
Internal server error occurred while processing the request