Skip to content
Draft
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions guides/dashboard/admin/team.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Note>
**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.
</Note>

## Passkey-Based Login

<Info>
Expand Down Expand Up @@ -76,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.
18 changes: 18 additions & 0 deletions guides/developer/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ description: Get answers to commonly asked questions.
---


## Organizations and Access

<AccordionGroup>

<Accordion title="Can I belong to multiple organizations?" id="multiple-orgs">

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.

</Accordion>

<Accordion title="How do I leave an organization?" id="leave-org">

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.

</Accordion>

</AccordionGroup>

## Stablecoin Conversions

<AccordionGroup>
Expand Down
Loading