Can a user belong to multiple organizations?
- Topic
- Organizations & RBAC
- Asked by
- Developers
AdminUpdated Sep 11, 2026
A user has one identity but can belong to any number of organizations. This is important for real B2B products where the same person might be an admin of their own company and a guest in a partner's org.
Each membership carries its own roles and permissions.
The session and JWT include the active organization, which your backend uses as tenant context.
The SDKs list a user's organizations and expose an org switcher so they can change the active one.
Yes. A single Atlas identity can be a member of many organizations, each with its own roles. The session carries the active organization, and users can switch between the orgs they belong to.
Was this page helpful?