---
title: "Add RFID"
method: POST
path: "/api/v2/accounts/{accountId}/rfids"
tags: ["Member RFIDs"]
---

# Add RFID

`POST /api/v2/accounts/{accountId}/rfids`

Add RFID to specified user.

## Path parameters

- `accountId` string, required

## Request body

- RfidDTO
  - `rfid` string, required — String representing RFID value in hex (with leading "0x"). Please ensure that the RFID string after "0x" contains an even number of hexadecimal characters and that only RFID information is sent in this field, but no other medium like magnetic stripe card numbers or bar codes.
  - `tagFormat` 'HITAG1' | 'MIFARE' | 'LEGIC' — The rfid tag format.

## Response `200`

Ok

- RfidDTO
  - `rfid` string, required — String representing RFID value in hex (with leading "0x"). Please ensure that the RFID string after "0x" contains an even number of hexadecimal characters and that only RFID information is sent in this field, but no other medium like magnetic stripe card numbers or bar codes.
  - `tagFormat` 'HITAG1' | 'MIFARE' | 'LEGIC' — The rfid tag format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/versions/07d571d34bd8/schema)
