# 회원가입(완료)

## 회원가입 API

<mark style="color:green;">`POST`</mark> `api/user/signup`

BE : 문범수

#### Request Body

| Name                                              | Type   | Description |
| ------------------------------------------------- | ------ | ----------- |
| email<mark style="color:red;">\*</mark>           | string | 아이디         |
| password<mark style="color:red;">\*</mark>        | string | 비밀번호        |
| team<mark style="color:red;">\*</mark>            | string | 부서          |
| teamposition<mark style="color:red;">\*</mark>    | string | 직책          |
| confirmpassword<mark style="color:red;">\*</mark> | string | 비밀번호 재확인    |
| name<mark style="color:red;">\*</mark>            | String | 이름          |

{% tabs %}
{% tab title="201: Created 회원가입 성공" %}

```json
{
    // Response
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moons-organization-3.gitbook.io/wokr-api/mvp-1/user/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
