-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Docs updates for E/A#88462 Add move member between domain groups instructions #89644
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| --- | ||
| title: Manage Domain Members | ||
| description: Learn how to manage domain members in New Expensify. | ||
| internalScope: Audience is Domain Admins. Covers inviting/adding domain members, closing accounts, and promoting members to Domain Admin. Does not cover domain verification, SAML setup, Domain Groups configuration, or account access troubleshooting. | ||
| keywords: [New Expensify, Workspaces, Domains, domain members, verify domain, domain admin, domain control, remove domain member, deactivate domain user, invite domain user, promote to domain admin, workspace admins] | ||
| internalScope: Audience is Domain Admins. Covers inviting/adding domain members, closing accounts, promoting members to Domain Admin, and moving a member between domain groups. Does not cover domain verification, SAML setup, Domain Groups configuration, or account access troubleshooting. | ||
| keywords: [New Expensify, Workspaces, Domains, domain members, verify domain, domain admin, domain control, remove domain member, deactivate domain user, invite domain user, promote to domain admin, workspace admins, move member to group, domain group] | ||
| --- | ||
|
|
||
| # Manage Domain Members | ||
|
|
@@ -71,6 +71,20 @@ You can give any member permission to manage domain settings by promoting them t | |
| 3. Open **Domain Admins**. | ||
| 4. Add the member’s email address or phone number. | ||
|
|
||
| ## How to move a Domain Member to a different domain group | ||
|
|
||
| Domain Admins can move a member from one domain group to another to change which domain-level rules apply to them. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cross-linking: The |
||
|
|
||
| 1. Go to **Workspaces > Domains**. | ||
| 2. Select your domain. | ||
| 3. Click **Domain Members**. | ||
| 4. Select the member. | ||
| 5. Click **Domain group**. | ||
| 6. Select the group you want to move the member to. | ||
| 7. Click **Save**. | ||
|
|
||
| --- | ||
|
|
||
| # FAQ | ||
|
|
||
| ## What happens if a member removes their domain email? | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structure consistency: Other
##sections in this article are preceded by a---horizontal rule (e.g., lines 49, 63 before their respective sections). Consider adding a---separator above this heading to maintain visual consistency throughout the article.