> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/manage-permissions.md).

# 권한 관리하기

{% hint style="info" %}
상담사 분들이 서로의 일정을 조회하거나 다른 상담사분의 일정을 수정하거나 하면 안되겠죠?\
이를 방지하기 위해 권한을 관리해보세요!
{% endhint %}

## ✍️ 권한 그룹 추가하기

![](/files/sGs6qpZROeYjTgz4LXUq)

{% stepper %}
{% step %}
그룹 추가하기 버튼을 클릭해주세요.

![](/files/oNriHoELM74gbe6dR09m)
{% endstep %}

{% step %}
권한 그룹명을 입력해주세요.
{% endstep %}

{% step %}
권한 그룹명이 추가되었다면 ‘저장하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
추가된 권한 그룹은 멤버 목록에서 권한 그룹을 설정해줘야 해당 사용자에게 권한이 정상적으로 반영돼요.
{% endstep %}
{% endstepper %}

## ⚙️ 권한 세팅하기

생성한 권한 그룹 중, 세팅을 진행하고자 하는 권한 그룹을 클릭한 다음 진행해주세요!

### 📄 페이지 접근 권한

![](/files/0A3zkxvw5fNCnWTNQAtF)

* 조회 페이지 안에 있는 고객목록부터 지출내역까지와 통계 페이지 전체에 대한 접근 권한 자체를 제어할 수 있어요.
* 고객 관리 권한 - 고객 내역 노출범위가 ‘담당자로 설정된 고객 내역만 보기’일 경우, 해당 페이지에서도 본인이 담당자인 고객에 대한 정보만 조회가 가능합니다.

### 👤 고객 관리 권한

![](/files/6QiiLnNL8rmBJRedVS63)

* 고객에 관련된 정보를 관리/조회할 수 있는 권한을 제어할 수 있어요.
* 고객 내역 노출 범위
  * 가장 큰 범주의 권한이에요. 고객 내역 노출 범위가 ‘담당자로 설정된 고객 내역만 보기’ 일 경우, 일정/상담 내역 등의 권한을 ‘모든 내역 보기’로 설정하더라도 담당자로 설정된 고객의 모든 내역만 조회할 수 있어요.
  * 옵션별 설명
    * 모든 고객 정보 보기
      * 고객정보에서 고객의 담당자로 추가되지 않더라도 해당 고객의 정보에 접근 가능해요.
    * 고객 담당자로 설정된 고객 정보만 보기
      * 고객정보에서 고객 담당자로 추가된 고객의 정보에만 접근 가능해요.
* 일정 내역/상담 내역 노출범위
  * 모든 일정/상담 내역 보기
    * 일정/상담의 담당자와는 무관하게 모든 일정/상담 내역을 조회할 수 있어요.
  * 담당자로 설정된 일정/상담 내역만 보기
    * 일정/상담에서 담당자로 설정된 일정/상담 내역만 조회할 수 있어요.
  * 담당자로 설정된 일정/상담 내역이 있는 고객의 모든 일정/상담 내역 보기
    * 한 명의 고객에 대해서 해당 고객에게 등록된 일정내역 중 담당자로 설정된 내역이 하나라도 존재할 경우, 담당자로 설정되지 않은 일정/상담 내역에 대한 조회가 가능해요.

### 🔧 기타 기능 권한

![](/files/0StwLVo052zfGC5oqjlD)

* 공지사항, 메시지, CTI 기능을 사용할 수 있는 권한을 제어할 수 있어요.
* 메모 관리에서 설정된 메모에 대해서만 조회가 가능해요. 관리자만 조회해야 하는 메모가 있다면 일반 사용자들에게는 해당 메모에 대한 접근 권한을 제한해보세요.


---

# 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, and the optional `goal` query parameter:

```
GET https://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/manage-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
