# 그룹 코드 정보를 CSV 파일로 다운로드하는 방법

### 개요 <a href="#a03" id="a03"></a>

이 매뉴얼에서는 등록된 그룹의 코드 정보를 CSV 파일로 다운로드하는 방법에 대해 설명합니다.

***

### 제한·보충사항 <a href="#a04" id="a04"></a>

* 관리자 권한이 부여된 사용자는 관리자 페이지에서 '계정 관리' 항목에 접근할 수 있습니다.
* 그룹은 두 자리로 구성된 그룹 코드로 관리됩니다. 그룹을 생성할 때는 ‘상위 그룹의 2자리 그룹 코드 + 새로 부여되는 본인의 2자리 그룹 코드’가 함께 등록됩니다.

  예를 들어, ‘회사명’ 그룹의 그룹 코드가 ‘AA’인 경우 ‘회사명’ 바로 아래에 첫 번째 그룹을 생성하면 ‘AAAA’가 등록되고, 두 번째 그룹을 생성하면 ‘AAAB’가 등록됩니다.\
  두 자리 그룹 코드에는 다음과 같은 조합이 있습니다. 각각을 합하면 최대 3,844개의 그룹을 만들 수 있습니다.

  <table><thead><tr><th width="91">No.</th><th>코드 분류</th><th>범위</th><th>그룹 수</th></tr></thead><tbody><tr><td>1</td><td>영문자만</td><td>AA~ZZ</td><td>676</td></tr><tr><td>2</td><td>영대문자+영소문자</td><td>Aa~Zz</td><td>676</td></tr><tr><td>3</td><td>영대문자+숫자</td><td>A0~A9</td><td>260</td></tr><tr><td>4</td><td>영소문자+영대문자</td><td>aA~zZ</td><td>676</td></tr><tr><td>5</td><td>영소문자만</td><td>aa~zz</td><td>676</td></tr><tr><td>6</td><td>영소문자+숫자</td><td>a0~a9</td><td>260</td></tr><tr><td>7</td><td>숫자 + 영문자</td><td>0A~9A</td><td>260</td></tr><tr><td>8</td><td>숫자 + 영소문자</td><td>0a~9a</td><td>260</td></tr><tr><td>9</td><td>숫자만</td><td>00～99</td><td>100</td></tr></tbody></table>

***

### 절차 <a href="#a05" id="a05"></a>

1. '계정 관리' > '사용자' 메뉴를 선택하고 '사용자 일괄 등록' 버튼을 클릭합니다.

<figure><img src="/files/pQRqH9jpZzHbull3G0Bq" alt=""><figcaption></figcaption></figure>

2. 화면을 아래로 스크롤하여 'CSV 가져오기'를 표시한 다음 입력 가이드에서 '자세히 보기▼'를 클릭합니다.

<figure><img src="/files/p9zEfIJ4h8HTZagJNSeI" alt=""><figcaption></figcaption></figure>

3. '그룹 코드' 행에서 '그룹 코드 다운로드' 버튼을 클릭합니다.

<figure><img src="/files/x3kNyRPcPIZizHxEwAoR" alt=""><figcaption></figcaption></figure>

4. 다운로드된 CSV 파일을 확인합니다.

<figure><img src="/files/5RBFE5xju2szsHtNTIAS" alt=""><figcaption></figcaption></figure>


---

# 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://help.directcloud.net/test/admin_manual-1/undefined-2/undefined/group_code_csv_download.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.
