# 사용자 권한과 탈퇴

## 일반 사용자

* 자동화앱, 데이터플로우앱에 대한 접근이 가능합니다.&#x20;
* 기본적인 메뉴와 설정에 대한 접근이 가능합니다.&#x20;
* 앱연결에서 다른 사용자가 생성하거나 관리자가 생성한 설정은 조회가 불가능합니다.&#x20;
* 사용자별 권한을 변경할 수 없습니다.
* 팀에서 나가기 위해서는 `메뉴`의 `사용자`에서 선택할 수 있습니다.
* 자신이 관리자로 있는 팀이 없는 사용자의 경우 개인 프로필 설정에서 계정 탈퇴를 할 수 있습니다. 만약 관리자라면 정산 절차가 마무리될때 까지 탈퇴가 안됩니다.&#x20;

## 관리자

* 일반 사용자의 모든 기능이 접근 가능합니다. &#x20;
* 모든 메뉴와 설정에 대한 접근이 가능합니다.&#x20;
* 모든 연결된 앱에 대한 접근이 가능합니다.&#x20;
* 사용자별 권한을 부여할 수 있습니다.
* 자신의 관리자로 있는 경우에는 회원 탈퇴 신청 후 정산 절차가 완료된 후에 탈퇴가 가능합니다.&#x20;
* 팀의 사용자가 1인이 경우 해당 사용자가 자동으로 관리자가 됩니다. &#x20;

## 팀스페이스 삭제

* 모든 자동화와 설정 정보등을 포함하여 팀이 삭제됩니다.
* 해당 팀스페이스의 관리자만 가능합니다.&#x20;
* 삭제를 원하는 팀스페이스 내 다른 사용자가 없어야만 가능합니다.&#x20;
* 팀의 정산 절차가 마무리되기 전까지는 삭제가 불가능합니다.&#x20;


---

# Agent Instructions: 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://docs.outcode.biz/faq/roles-and-withdrawal.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.
