> 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-members.md).

# 멤버 초대/관리하기

{% hint style="info" %}
우리 센터 직원들을 초대하고 관리하는 기능에 대해서 알려드릴게요!
{% endhint %}

## 🖥️ 화면 소개

![](/files/op7TWbJmJH0QzxYgp5bf)

### 1️⃣ 멤버 목록 영역

* 워크스페이스에 가입된 멤버의 목록을 확인할 수 있어요.

### 2️⃣ 멤버 상세 정보 영역

* 멤버 목록 영역에서 선택된 멤버의 정보를 수정할 수 있어요.

## 👥 멤버 초대하기

![](/files/QYoGcQSUC6cV0MVWNYvl)

{% stepper %}
{% step %}
멤버 목록 영역 우측 상단에 있는 ‘멤버 초대하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
링크로 초대하시려면 ‘복사하기’ 버튼을 눌러서 단톡방이나 문자로 URL을 공유하세요!
{% endstep %}

{% step %}
이메일로 초대하면 추가한 이메일로 초대 메일이 발송됩니다. 초대 메일을 발송할 이메일을 추가해주세요.
{% endstep %}

{% step %}
초대 메일이 발송될 이메일 목록이 표시돼요.
{% endstep %}

{% step %}
모든 메일이 추가되었다면 초대하기 버튼을 클릭해주세요. 초대한 멤버가 초대를 수락하면 멤버 목록에 초대한 멤버의 정보가 노출됩니다.
{% endstep %}
{% endstepper %}

* 주의사항 1: 권한을 설정해주세요. 관리자 권한으로 URL을 생성할 경우, 워크스페이스 가입 시 센터의 모든 정보를 확인할 수 있어요. 이를 방지하시려면 새로운 권한을 만들어서 그 권한으로 설정 후 URL을 복사해주세요.
* 주의사항 2: URL이 외부에 유출되지 않도록 주의해주세요!

## ⚙️ 멤버 설정하기

![](/files/V3YedZ4q8x1gn9D0naBN)

### 1️⃣ 표시 이름 설정하기

* 멤버가 오늘상담에 가입할 때 입력한 이름과는 별개로 워크스페이스에서 표시될 이름을 지정할 수 있어요.

### 2️⃣ 근무형태 설정하기

* 퇴사 처리를 할 경우, 해당 멤버는 더 이상 워크스페이스에 접근할 수 없어요.
* 퇴사 처리를 하더라도 해당 멤버로 설정된 일정/상담/수납 등의 데이터는 유지돼요.
* \[퇴사 멤버 숨기기] 옵션으로 설정하신 경우, 더이상 멤버 목록에서도 노출되지 않아요.

![](/files/AH8sIOxsbtjGXqCu6EQP)

### 3️⃣ 출근요일 설정하기

* 멤버가 출근하는 요일을 설정해주세요.
* 멤버의 출근요일에만 현황판에서 해당 멤버의 열이 노출됩니다.
* 출근요일이 아니더라도 그 날짜에 일정이 존재한다면 해당 멤버의 열은 노출됩니다.

### 4️⃣ 권한/급여 그룹 설정하기

* 권한 그룹, 급여 그룹 설정 화면에서 생성한 그룹을 지정해주세요.
* 권한 그룹, 급여 그룹을 설정하더라도 여기에서 그룹이 지정되지 않으면 기능이 적용되지 않아요.

### 5️⃣ 표시 색상 설정하기

* 현황판에서 노출되는 색상을 지정할 수 있어요.

![](/files/6BTlKcGC8SOiUyExtsse)

모든 값이 설정됐다면 ‘저장하기’ 버튼을 꼭 눌러주세요!


---

# 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-members.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.
