> For the complete documentation index, see [llms.txt](https://docs.dfinery.ai/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/manage-org/invitation-and-authority.md).

# 초대 및 권한 설정하기

## **조직 관리 메뉴로 이동** <a href="#manage-organization" id="manage-organization"></a>

아래 둘 중 하나의 경로를 통해 조직 관리 메뉴로 이동합니다.

> * 로그인 이후 바로 조직 관리 메뉴로 이동
> * 콘솔 사용 화면 우측 상단 버튼을 통해 이동

## **+ 조직 멤버 초대 클릭** <a href="#member-invitation-organization" id="member-invitation-organization"></a>

<figure><img src="https://851339439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw80cM0G3UdX6uGwQB5zz%2Fuploads%2Fq75TKxbuHm94JVZZ7XVN%2Fimage.png?alt=media&amp;token=ee56b0c8-deb7-4c67-85d9-b16c1f7d7c25" alt=""><figcaption></figcaption></figure>

## **정보 입력 후 초대 요청** <a href="#invitation" id="invitation"></a>

이메일 주소, 조직 권한, 서비스 권한, 서비스를 입력 후 초대 요청 버튼을 클릭합니다.

{% hint style="info" %}

* 이메일 주소 규칙\
  : 기존 회원 or 이미 초대한 회원(대기 상태도 포함)의 이메일 주소는 초대가 불가합니다.
* [조직 권한 & 서비스 권한에 관한 개념](/user-guide/begin-to-use-dfinery/manage-org.md)
* 조직 당 20명 멤버 초대 가능
  {% endhint %}

## **(필요시)대기 탭으로 이동해 초대 취소** <a href="#cancel-invitation" id="cancel-invitation"></a>

초대 취소시 이미 초대 메일이 발송 되었더라도, 해당 회원은 조직 초대가 불가합니다.

<figure><img src="https://851339439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fw80cM0G3UdX6uGwQB5zz%2Fuploads%2FZSOm007ESHbdJXK6HOlu%2Fimage.png?alt=media&amp;token=7c334ce3-c4dd-4df0-a2f8-149d82e0c40a" alt=""><figcaption></figcaption></figure>


---

# 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://docs.dfinery.ai/user-guide/begin-to-use-dfinery/manage-org/invitation-and-authority.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.
