---
title: "Validate the code and copy the questions in reponses for user."
method: POST
path: "/v1/user_played_quizes/{invitationCode}"
tags: ["UserPlayedQuiz"]
---

# Validate the code and copy the questions in reponses for user.

`POST /v1/user_played_quizes/{invitationCode}`

## Path parameters

- `invitationCode` string, required

## Response `200`

- object
  - `data` object[]
    - `session_id` string
    - `user_played_quiz` string
  - `status` string

## Other responses

- `401` — Server understand request but refuse to authorize it
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/improwised/apis/untitled-api.md) · [All operations](https://skmtc.net/improwised/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/improwised/untitled-api/revisions/01dc7eb2e8bc/schema)
