From 66aaf9eb233649f4027e64d34c9a95edc6b2b3b0 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 13:57:46 +0000
Subject: [PATCH 1/4] Update guides/developer/faq.mdx
---
guides/developer/faq.mdx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/guides/developer/faq.mdx b/guides/developer/faq.mdx
index feab45f7..1342c4d9 100644
--- a/guides/developer/faq.mdx
+++ b/guides/developer/faq.mdx
@@ -4,6 +4,24 @@ description: Get answers to commonly asked questions.
---
+## Organizations and Access
+
+
+
+
+
+No. Each user can only belong to one organization at a time. If you need to join a different organization, you must first leave your current organization. Once you've left, you can accept an invitation to join another organization.
+
+
+
+
+
+To leave an organization, contact your Entity Manager or Organization Administrator to have them remove you from the organization. Once removed, you can accept invitations to join other organizations.
+
+
+
+
+
## Stablecoin Conversions
From 0e42b5c550f3234092806a9ea1a4f132cc514e68 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 13:58:02 +0000
Subject: [PATCH 2/4] Update guides/dashboard/admin/team.mdx
---
guides/dashboard/admin/team.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/guides/dashboard/admin/team.mdx b/guides/dashboard/admin/team.mdx
index ea5e67e3..d31330d0 100644
--- a/guides/dashboard/admin/team.mdx
+++ b/guides/dashboard/admin/team.mdx
@@ -9,6 +9,12 @@ Any user accessing the Paxos Dashboard must be authorized and assigned one or mo
- To audit the list of permissions associated with a Role: [Admin > Team Management > Roles](https://dashboard.paxos.com/admin/team-management/roles)
- To disable user access or change Roles, use the Edit Status dropdown in the User Actions menu at [Admin > Team Management > Users](https://dashboard.paxos.com/admin/team-management/users).
+
+**Organization Membership**
+
+Users can only belong to one organization at a time. If a user needs to join a different organization, they must first be removed from their current organization before accepting an invitation to the new organization.
+
+
## Passkey-Based Login
From b204e1a41301d7f599b239d1f40dd7495dbc19db Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 13:58:11 +0000
Subject: [PATCH 3/4] Update guides/dashboard/admin/team.mdx
---
guides/dashboard/admin/team.mdx | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/guides/dashboard/admin/team.mdx b/guides/dashboard/admin/team.mdx
index d31330d0..e1368fec 100644
--- a/guides/dashboard/admin/team.mdx
+++ b/guides/dashboard/admin/team.mdx
@@ -82,3 +82,17 @@ Follow these steps to map Identity Provider groups to Paxos Dashboard Roles:
4. Enter one or more Roles to associate with this Group.
Any user with a user attribute that contains the Group will automatically be assigned the associated Role on login.
+
+## Remove Users from Organization
+
+Entity Managers and Organization Administrators can remove users from the organization. This is necessary when a user needs to leave the organization to join another one, since users can only belong to one organization at a time.
+
+Follow these steps to remove a user:
+
+1. Go to [**Admin > Team Management > Users**](https://dashboard.paxos.com/admin/team-management/users)
+2. Find the user you want to remove
+3. Click on the **User Actions** menu (three dots) next to the user
+4. Select **Remove User** from the dropdown
+5. Confirm the removal
+
+Once removed, the user can accept invitations to join other organizations.
From 8c508491415c7cbba30d2eddf1e8d171a2336778 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Wed, 12 Nov 2025 14:04:37 +0000
Subject: [PATCH 4/4] Update guides/developer/faq.mdx
---
guides/developer/faq.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guides/developer/faq.mdx b/guides/developer/faq.mdx
index 1342c4d9..f426d4ea 100644
--- a/guides/developer/faq.mdx
+++ b/guides/developer/faq.mdx
@@ -16,7 +16,7 @@ No. Each user can only belong to one organization at a time. If you need to join
-To leave an organization, contact your Entity Manager or Organization Administrator to have them remove you from the organization. Once removed, you can accept invitations to join other organizations.
+You can leave an organization yourself by clicking on your user dropdown in the top right corner of the Dashboard and selecting "Leave Organization". Alternatively, an Entity Manager or Organization Administrator can remove you from the organization. Once you've left, you can accept invitations to join other organizations.