---
title: "Check data merge"
method: GET
path: "/auth/merge"
tags: ["Auth"]
---

# Check data merge

`GET /auth/merge`

Get all users with same email, if there are more than one user with same email, need merge

## Response `200`

OK

- HandlerResponseAuthDataMergeCheck
  - `need_merge` boolean, required
  - `user_names` string[], required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/artalkjs/apis/artalk-api.md) · [All operations](https://skmtc.net/artalkjs/apis/artalk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/artalkjs/artalk-api/versions/2f927b464019/schema)
