---
title: "회원가입 여부 확인"
method: POST
path: "/users/verify"
tags: ["OAUTH APPLICATION API"]
---

# 회원가입 여부 확인

`POST /users/verify`

모두싸인 회원으로 가입되어 있는 유저인지 확인합니다.

`해당 API는 인증된 파트너 고객사에게 제공됩니다.`

## Request body

- VerifyUserRequestDto
  - `clientId` string, required — 클라이언트 ID
  - `clientSecret` string, required — 클라이언트 비밀번호
  - `email` string, required — 조회할 회원 이메일 주소

## Response `201`

- VerifyUserResponseDto
  - `verified` boolean, required — 모두싸인에 가입한 유저인지 여부

---

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