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

Create Remove-Members.md #39961

Merged
merged 2 commits into from
May 3, 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
33 changes: 33 additions & 0 deletions docs/articles/expensify-classic/workspaces/Remove-Members.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Remove a Workspace Member
description: How to remove a member from a Workspace in Expensify
---

Removing a member from a workspace prevents them from submitting reports to or accessing the workspace. Please note that it does not delete their account or deactivate their Expensify Card.

## Remove a Workspace Member
Important: Make sure the employee has submitted all reports, and the reports have been approved and reimbursed, and are in the final approval state.
1. Go to Settings > Workspaces > Group > [Workspace Name] > Members > Workspace Members
2. Select the member you'd like to remove and click the **Remove** button at the top of the Members table
3. If this member was an approver, update the approval workflow so that reports are no longer routed to them

![image of members table in a workspace]({{site.url}}/assets/images/ExpensifyHelp_RemovingMembers.png){:width="100%"}

{% include faq-begin.md %}

## Will reports from this member on this workspace still be available?
Yes, as long as the reports have been submitted. You can navigate to the Reports page and enter the member's email in the search field to find them. However, Draft reports will be removed from the workspace, so these will no longer be visible to the Workspace Admin.

## Can members still access their reports on a workspace after they have been removed?
Yes. Any report that has been approved will now show the workspace as “(not shared)” in their account. If it is a Draft Report they will still be able to edit it and add it to a new workspace. If the report is Approved or Reimbursed they will not be able to edit it further.

## Who can remove members from a workspace?
Only Workspace Admins. It is not possible for a member to add or remove themselves from a workspace. It is not possible for a Domain Admin who is not also a Workspace Admin to remove a member from a workspace.

## How do I remove a member from a workspace if I am seeing an error message?
If a member is a **preferred exporter, billing owner, report approver** or has **processing reports**, to remove them from the workspace you will first need to:

* **Preferred Exporter**: Go to Settings > Workspaces > Group > [Workspace Name] > Connections > Configure and select a different Workspace Admin in the dropdown for **Preferred Exporter**.
* **Billing Owner**: Take over billing on the Settings > Workspaces > Group > [Workspace Name] > Overview page.
* **Processing reports**: Approve or reject the member’s reports on your Reports page.
* **Approval Workflow**: Remove them as a workflow approver on your Settings > Workspaces > Group > [Workspace Name] > Members > Approval Mode > page by changing the "**Submit reports to**" field.
Loading