---
title: "share quiz to other user."
method: POST
path: "/v1/shared_quizzes"
tags: ["ShareQuiz"]
---

# share quiz to other user.

`POST /v1/shared_quizzes`

## Path parameters

- `quiz_id` string, required

## Request body

- object
  - `email` string
  - `permission` string

## Response `200`

- object
  - `message` string
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `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)
