> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/operation/undefined.md).

# 대표관리자 권한 위임하기

대표관리자를 바꾸려면, 지금 대표관리자가 본인 이름 오른쪽의 **\[권한 위임]** 버튼을 눌러주세요.

<details>

<summary>[권한 위임] 버튼이 비활성화되어 있어요</summary>

아래 경우에는 버튼이 비활성화돼요. 모두 끝난 뒤에 다시 시도해주세요.

* 이미 대표관리자 위임 절차가 진행 중일 때
* 사업자 정보 확인이 아직 끝나지 않았을 때

</details>

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

<figure><img src="https://3177177630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8pQgXiR5QAzduV54W8Om%2Fuploads%2FLb2zmegc3QDSzbgJzNUm%2Fimage.png?alt=media&#x26;token=fc595a03-c508-41a4-b3e2-cd38304ae33b" alt=""><figcaption></figcaption></figure>

위임 절차는 두 가지 조건에 따라 달라져요.

#### 1) 워크스페이스에 사업자 정보가 등록되어 있는지에 따라 달라져요

사업자 정보를 등록한 적이 없다면, 추가 확인이 필요 없어요. 바로 위임되거나 약관 동의만으로 마무리돼요.

사업자 정보가 이미 등록되어 있다면, 권한을 위임받을 사람이 같은 회사 소속이 맞는지 확인해야 해요. 안내 이메일의 **\[사업자 정보 등록하기]** 버튼을 눌러 콘솔로 이동한 뒤 정보를 제출해주세요.

* **대표자라면**: 기존 서류로 확인할 수 있어서 추가로 제출하지 않아도 돼요.
* **대리인이라면**: 인감증명서, 위임장, 신분증 사본이 필요해요.

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

> **사업자 인증이 반려됐어요**
>
> 대표관리자 위임 중 사업자 인증이 반려됐다면, 반려 사유를 확인한 뒤 권한을 위임받을 사람이 직접 다시 제출해야 해요. 반려 사유는 이메일과 위 '파트너 정보' 메뉴에서 확인할 수 있어요.

#### 2) 이전 대표관리자가 약관에 동의한 적이 있는지에 따라 달라져요

* 동의한 적이 없다면, 추가 절차 없이 바로 위임이 끝나요.
* 동의한 적이 있다면, 권한을 위임받을 사람이 이메일로 약관에 동의해야 위임이 끝나요.

<figure><img src="/files/yHV1sdMjgKFQo07TSqII" 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://developers-apps-in-toss.toss.im/guide/operation/undefined.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.
