> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/ko/team-management/undefined-1.md).

# 사용 권한

***

### 멤버가 특정 위치만 볼 수 있도록 제한할 수 있나요? <a href="#location-access-control" id="location-access-control"></a>

멤버는 팀 내 모든 위치에 접근할 수 있으며, 위치별 접근 제한은 지원하지 않습니다. 위치별 접근 권한이 필요하다면 팀을 분리해 운영하는 것을 권장합니다.

### 멤버가 특정 제품만 보이게 설정할 수 있나요? <a href="#product-visibility-control" id="product-visibility-control"></a>

팀에 등록된 제품은 모든 멤버에게 공개되며, 특정 제품만 표시되도록 제한하는 기능은 지원하지 않습니다. 단, 가격이나 특정 속성은 커스텀 권한으로 숨길 수 있습니다.

### 멤버에게 구매가/판매가를 숨길 수 있나요? <a href="#hide-price" id="hide-price"></a>

특정 멤버가 구매가/판매가를 조회하지 못하도록 [**커스텀 권한**](/docs/ko/concepts/members.md#custom-permissions)을 생성할 수 있습니다.

1. `설정` > `멤버 설정` > `커스텀 권한`에서 `+권한 추가`를 눌러주세요.
2. 권한 이름을 입력하고, 구매가/판매가 권한을 해제한 후 `저장`을 눌러주세요.

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/inline/91258/449926713e61acc0463f96fae652c29e8f66d7fe/30c94955fafb2ab36b0759e4958a22dd71f382a1/frameit_2026-05-14T17-55-45.jpg" alt="커스텀 권한에서 구매가/판매가 해제한 화면"><figcaption></figcaption></figure>

3. 가격을 숨길 직원에게 권한을 부여해 주세요.

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/inline/91258/3a504c0da48eab7e1c9553d6f5f4d3c778a524a9/4dde789fd4a86433ac96ace352ec032030514742/frameit_2026-05-14T17-58-06.jpg" alt="커스텀 권한을 부여한 화면"><figcaption></figcaption></figure>

권한을 부여받은 멤버는 가격 정보가 표시되지 않으며, 제품 정보, 구매 및 판매, 매출 분석 등 **가격이 표시되는 영역에서 모두 0으로 표시**됩니다.

<figure><img src="https://d33v4339jhl8k0.cloudfront.net/inline/91258/3b2429626d22944254749016876dbf6264661172/1c999207504779900bc264cc7dbeec57c2f89475/frameit_2026-05-14T18-00-16.jpg" alt="구매가/판매가 권한이 없을 때 보여지는 화면 예시"><figcaption></figcaption></figure>

### 관리자 권한을 여러 명이 가질 수 있나요? <a href="#multiple-admins" id="multiple-admins"></a>

네, 관리자 권한은 여러 명에게 부여할 수 있습니다.

{% hint style="success" %}
원하는 답변을 찾지 못하셨다면 [**고객센터**](/docs/ko/resources/contact.md)로 문의해 주세요.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.boxhero.io/docs/faq/ko/team-management/undefined-1.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.
