> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/user-workspace/profile/change-login-email.md).

# 로그인용 이메일 주소 변경하기

## 이 글에서는

스티비에서는 로그인 이메일 주소를 직접 변경할 수 없습니다. 대신, 사용하려는 이메일 주소를 워크스페이스에 초대해 추가하는 방식으로 이용할 수 있습니다. 이 방법에 관해 알아봅니다.

***

## 스타터 요금제

#### 사용 기록이 없어요

사용 기록이 없다면 탈퇴 후 다시 가입해 사용하면 됩니다. 탈퇴 방법은 [탈퇴하기](/user-workspace/profile/withdrawal.md) 도움말을 참고해 주세요.

#### 이미 사용한 기록이 있어요

워크스페이스 소유자 변경 기능은 유료 요금제부터 제공됩니다. 유료 요금제로 업그레이드하신 뒤, 소유자를 변경해 주세요.

## 스탠다드, 프로, 엔터프라이즈 요금제

유료 요금제에서 제공하는 \[사용자 권한 설정] 기능을 사용하면, 새로운 이메일 주소를 사용자로 등록하여 사용할 수 있습니다.

1. 화면 오른쪽 위 \[워크스페이스 이름] 클릭합니다.
2. \[워크스페이스 설정 → 사용자 관리]로 이동합니다.
3. \[초대하기]를 클릭하고 소유자로 초대할 이메일 주소를 입력합니다.
4. 3번에서 초대한 이메일 주소로 전송된 이메일을 확인하고, 초대 절차 진행합니다.

   *\* 스티비에 회원 가입되어 있지 않은 이메일 주소라면 먼저 회원가입을 진행해 주세요.*&#x20;
5. 기존에 사용하던 소유자 권한 이메일 주소로 다시 로그인합니다.&#x20;
6. \[사용자 관리] 메뉴로 이동합니다.&#x20;
7. 추가한 사용자의 오른쪽 \[더 보기(···)] 메뉴를 클릭하고, \[권한 수정하기 → 소유자]로 변경합니다.

## 발신자 이메일 주소만 변경하고 싶다면

다른 이메일 주소를 발신자 이메일 주소로 추가해서 이메일을 보낼 수 있습니다. 자세한 방법은 아래 도움말을 참고해 주세요.

{% content-ref url="/pages/b4rzdCWJqepBcFHOJWrV" %}
[발신자 주소 추가하기](/email/managing-sender/add.md)
{% endcontent-ref %}


---

# 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://help.stibee.com/user-workspace/profile/change-login-email.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.
