Creates an Attendee as having taken a Course
POST/api/learning/attendees
Creates an Attendee Record for a Course
Requires the following authorization scopes: attendees.write
Request
Responses
- 200
- 400
- 401
- 403
- 500
Returns a response wrapper containing a data object for CreateAttendeeForCourseResponse
Bad Request: Invalid parameters.
Unauthorized: Invalid Access Token.
Forbidden: Insufficient scopes or no access to the given entity through ownership or delegation.
Internal Server Error: An unexpected error occurred.