Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On maestrano.com, a User can be part of multiple Companies (one user_id for more for more than one group_id) and a Company can have multiple Users (several user_id for the same group_id). We ask every application on maestrano.com to respect this norm, and to help you implement that, we propose you virtual ids on our SDKs that are unique for a user and a company. Check for the virtual mode.

Warning
titleMultitenancy WarningUnicity with multitenancy

If a user opens an account on two different tenants, two different accounts must be created to avoid mixing data between different organisations in different marketplaces.

Warning
titleVirtual emailsDo not send emails to email addresses

The virtual emails email addresses should only be used to create a unique user id, not to send emails to users; for that, you can always reach the user's real email.

...