---
title: "POST /api/tutorialgroup/courses/{courseId}/tutorial-groups/import"
method: POST
path: "/api/tutorialgroup/courses/{courseId}/tutorial-groups/import"
tags: ["tutorial-group"]
---

# POST /api/tutorialgroup/courses/{courseId}/tutorial-groups/import

`POST /api/tutorialgroup/courses/{courseId}/tutorial-groups/import`

## Path parameters

- `courseId` integer, required

## Request body

- TutorialGroupImportData[]
  - `title` string
  - `student` Student
    - `login` string
    - `firstName` string
    - `lastName` string
    - `registrationNumber` string
    - `email` string, email
    - `isTestUser` boolean
  - `importSuccessful` boolean
  - `error` 'NO_TITLE' | 'NO_USER_FOUND' | 'MULTIPLE_REGISTRATIONS'
  - `campus` string
  - `capacity` integer
  - `language` string
  - `additionalInformation` string
  - `isOnline` boolean

## Response `200`

OK

- TutorialGroupImportData[]
  - `title` string
  - `student` Student
    - `login` string
    - `firstName` string
    - `lastName` string
    - `registrationNumber` string
    - `email` string, email
    - `isTestUser` boolean
  - `importSuccessful` boolean
  - `error` 'NO_TITLE' | 'NO_USER_FOUND' | 'MULTIPLE_REGISTRATIONS'
  - `campus` string
  - `capacity` integer
  - `language` string
  - `additionalInformation` string
  - `isOnline` boolean

## Changes

> 37 revisions in range; 2 could not be searched.

- **2026-07-29** `093103f58409` — 2 info
  - added the new optional request property `items/student/isTestUser`
  - added the optional property `items/student/isTestUser` to the response with the `200` status
- **2026-04-04** `d4a3aebe33fc` — 1 info
  - api operation id `importRegistrations` removed and replaced with `importTutorialGroupsWithRegistrations`
- **2025-09-11** `9366899c6bd6` — 1 breaking
  - the `items/student/email` request property type/format changed from `string`/`` to `string`/`email`
- **2025-06-29** `afd4091eb170` — 1 breaking, 2 info
  - the `items/student/email` response's property type/format changed from `string`/`email` to `string`/`` for status `200`
  - api operation id `importTutorialGroupsWithRegistrations` removed and replaced with `importRegistrations`
  - the `items/student/email` request property type/format was generalized from `string`/`email` to `string`/``

[Change history](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/changes/api/tutorialgroup/courses/:courseId/tutorial-groups/import/post.md)

---

[API](https://skmtc.dev/ls1intum/apis/artemis-application-server-api.md) · [All operations](https://skmtc.dev/ls1intum/apis/artemis-application-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ls1intum/artemis-application-server-api/revisions/cecac5f6c8e5/schema)
