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

# 유저별 권한

## 권한 종류

모든 멤버는 사이트 별로 권한을 가지게 되며, 권한은 총 4종류가 있어요.

<table><thead><tr><th width="160.95145814838537">권한</th><th>설명</th><th>초대 가능 권한</th><th>내보낼 수 있는 권한</th></tr></thead><tbody><tr><td>소유자</td><td>처음 사이트를 연동한 멤버이며 모든 권한을 가지고 있어요 </td><td>관리자, 사용자, 뷰어</td><td>관리자, 사용자, 뷰어</td></tr><tr><td>관리자</td><td>결제를 포함한 모든 기능을 사용할 수 있어요</td><td>관리자, 사용자, 뷰어</td><td>관리자, 사용자, 뷰어</td></tr><tr><td>사용자</td><td>결제 기능을 제외한 모든 기능을 사용할 수 있어요</td><td>사용자</td><td>사용자</td></tr><tr><td>뷰어</td><td>조회 기능만 사용할 수 있어요</td><td>-</td><td>-</td></tr></tbody></table>

## 멤버 초대

설정> 멤버 페이지에서 새로운 멤버를 초대 할 수 있어요.

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

<figure><img src="/files/7V9c167OH9ksVBqhrZcw" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
원해 서비스에 가입한 사용자만 이메일 초대를 받을 수 있습니다. 로그인 후 사이트 목록에서 초대된 사이트를 확인할 수 있어요
{% endhint %}

## 내보내기

설정> 멤버 페이지에서 로그인한 계정의 권한 이하를 가지고 있는 다른 유저를 내보낼 수 있어요.

## 권한 변경

마찬가지로 같은 페이지에서 로그인한 계정의 권한 이하를 가지고 있는 다른 유저의 권한을 변경할 수 있어요.&#x20;

{% hint style="info" %}
소유자는 한 명만 있을 수 있어요
{% 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, and the optional `goal` query parameter:

```
GET https://onehae.gitbook.io/onehae-v2/setting/permission.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.
