---
title: "Create Session For User"
method: POST
path: "/admin/users-us/{user_id}/sessions"
tags: ["admin"]
---

# Create Session For User

`POST /admin/users-us/{user_id}/sessions`

Create a new session for a user.

## Path parameters

- `user_id` string, required

## Request body

- SessionCreate — Data needed to create a new session for a user.
  - `topic_id` string, required
  - `list_type` string, required

## Response `200`

Successful Response

- SessionOut — Newly created session info.
  - `id` string, required
  - `topic` string, required
  - `student_work_images` string[]
  - `student_work_transcribed` string, nullable
  - `student_reflexion` string, nullable
  - `student_feedback` string, nullable
  - `student_feedback_media` string[], nullable
  - `saw_feedback` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
