---
title: "Ensure the alias is valid to be added. For example, the alias cannot be on another person or be the same as the current person name/alias."
method: POST
path: "/api/Person/valid-alias"
tags: ["Person"]
---

# Ensure the alias is valid to be added. For example, the alias cannot be on another person or be the same as the current person name/alias.

`POST /api/Person/valid-alias`

## Request body

- PersonAliasCheckDto
  - `personId` integer, required
  - `name` string, required
  - `alias` string, required

## Response `200`

OK

- boolean

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/versions/a092f0284f3e/schema)
