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

# 구성원 관리

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

## 프로젝트 구성원 초대하기

* 프로젝트의 **`전체 허용`**, **`관리 허용`** 권한을 가진 구성원은 프로젝트에 구성원 초대가 가능합니다.
* 초대 시, 가입 링크가 포함된 초대 메일이 전송되고, **`7일 이후`**&#xC5D0;는 가입 링크가 만료됩니다.
  * 이미 Creco 회원인 경우, 초대 메일이 전송되지 않고 바로 초대됩니다.
  * 가입 링크가 만료되었다면 필요시 **`재전송`** 기능을 통해 다시 초대가 가능합니다.
* 프로젝트에 구성원이 추가되는 경우, 워크스페이스에는 게스트 권한으로 해당 구성원이 추가됩니다.

## 프로젝트 구성원 권한 변경

* 프로젝트의 **`전체 허용`**, **`관리 허용`** 권한을 가진 구성원은 프로젝트 구성원의 권한 변경이 가능합니다.
  * 프로젝트의 공정별로 권한 변경이 가능합니다.
* **`관리 허용`** 권한을 가진 구성원은 **`전체 허용`** 권한을 가진 구성원의 권한을 변경하거나, 다른 구성원을 전체 허용 권한으로 변경이 불가능합니다.
* 초대 중인 구성원의 권한 변경도 가능합니다.
* 한 번에 여러 구성원의 권한 변경도 가능합니다.

## 프로젝트 구성원 권한 삭제

* 프로젝트의 전체 허용, 관리 허용 권한을 가진 구성원은 프로젝트 구성원의 권한 삭제가 가능합니다.
  * 프로젝트 공정 권한 초기화가 가능하며, 초기화 시 프로젝트 권한을 따르게 됩니다.
* 사용자 스스로의 권한 삭제도 가능합니다.
  * 단, **`전체 허용`** 권한을 가진 구성원이 프로젝트에 1명인 경우, 다른 구성원에게 **`전체 허용`** 권한을 부여한 후에 가능합니다.
* 한 번에 여러 구성원의 권한 삭제도 가능합니다.


---

# 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://creco-1.gitbook.io/docs/project/member.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.
