---
title: "Assign card"
method: POST
path: "/cards/{id}/assign"
tags: ["Cards"]
deprecated: true
---

# Assign card

`POST /cards/{id}/assign`

> **Deprecated.**

Assigns the card to the user as the primary card.
If the user already has a primary card, it assigns the card as backup.

## Path parameters

- `id` integer, required

## Request body

- object
  - `card` object, required
    - `email` string, required — The email of the user to assign the card to.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
