# Transfer a course registration to new student/offering This method will courseine a cert course reg and generate an appropriate order Endpoint: POST /courseRegistrations/{tenantId}/transferRegistration/{id} Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed - `id` (string, required) The id of the registration ## Request fields (application/json): - `new_course_offering_id` (string) - `new_student_id` (string) - `notes` (string) - `send_confirmation_email` (boolean) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields