> For the complete documentation index, see [llms.txt](https://organization-kee.gitbook.io/tenthread/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-kee.gitbook.io/tenthread/backoffice.md).

# BackOffice

## 유저 전체 조회

<mark style="color:blue;">`GET`</mark> `http://localhost:8080/back/users`

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 관리자 페이지(@Controller 에서 만들기)

<mark style="color:blue;">`GET`</mark> `http://localhost:8080/back`

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |

{% tabs %}
{% tab title="200: OK " %}

{% endtab %}
{% endtabs %}

## 권한 수정하기 (일반 -> 관리자)

<mark style="color:purple;">`PATCH`</mark> `http://localhost:8080/back/{user_id}`

#### Headers

| Name                                  | Type   | Description |
| ------------------------------------- | ------ | ----------- |
| Jwt<mark style="color:red;">\*</mark> | Bearer |             |
