Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Add-Domain-Members-and-Admins.md #53562

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Add Domain Members and Admins
description: Add members and admins to a domain
title: Add and remove Domain Members and Admins
description: Add and remove members and admins to a domain
---
<div id="expensify-classic" markdown="1">

Expand Down Expand Up @@ -34,7 +34,19 @@ Once the member verifies their email address, all Domain Admins will be notified
1. Hover over Settings, then click **Domains**.
2. Click the name of the domain.
3. Click the **Domain Members** tab on the left.
4. Under the Domain Members section, enter the first part of the member’s email address and click **Invite**.
4. Under the Domain Members section, enter the first part of the member’s email address and click **Invite**.

# Close a Domain Member’s account

1. Hover over Settings, then click **Domains**.
2. Click the name of the domain.
3. Click the **Domain Members** tab on the left.
4. Find the user account you’d like to close, and select it
5. Click **Close** to close the account

{% include info.html %}
Any closed account can be reopened at any time, by reinviting the user via the Domain Member page
{% include end-info.html %}

# Add Domain Admin

Expand All @@ -47,4 +59,12 @@ Once the member verifies their email address, all Domain Admins will be notified
This can be any email address—it does not have to be an email address under the domain.
{% include end-info.html %}

# Remove Domain Admin

1. Hover over Settings, then click **Domains**.
2. Click the name of the domain.
3. Click the **Domain Admins** tab on the left.
4. Under the Domain Admins section, click the red trash can button next to the Domain Admin you’d like to remove

</div>

Loading