> 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/workspace/auth.md).

# 권한 정리

## 워크스페이스 권한

* 소유자 : 워크스페이스 소유권을 가진 구성원
* 관리자 : 워크스페이스 관리 권한을 가진 구성원
* 구성원 : 워크스페이스 내부 구성원
* 게스트 : 워크스페이스 내부 구성원은 아니지만 일부 프로젝트에 제한된 권한을 가진 사용자

## 워크스페이스 권한 별 행동

<table><thead><tr><th width="120.05859375">권한</th><th>워크스페이스 역할</th><th>프로젝트 역할</th></tr></thead><tbody><tr><td>소유자</td><td>워크스페이스 설정<br>워크스페이스 구성원 조회<br>워크스페이스 구성원 초대<br>워크스페이스 구성원 제거<br>워크스페이스 구성원 권한 변경</td><td>모든 프로젝트의 전체 허용 권한</td></tr><tr><td>관리자</td><td>워크스페이스 구성원 조회<br>워크스페이스 구성원 초대<br>워크스페이스 구성원 제거<br>워크스페이스 소유자를 제외한 구성원 권한 변경 </td><td>워크스페이스 설정에 연동된 기본 권한 </td></tr><tr><td>구성원</td><td>워크스페이스 구성원 조회</td><td>워크스페이스 설정에 연동된 기본 권한 </td></tr><tr><td>게스트</td><td>없음</td><td>프로젝트에만 초대된 사용자</td></tr></tbody></table>


---

# 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/workspace/auth.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.
