User management in Multitenant mode
Available from version 2.0.2-fireball
When Multitenancy is enabled, users are attached to a tenant within a specific vertical. This tenant must be elected when creating the user. Nevertheless, existing users can be reassigned at any time.
User list
On the user list page, there is an extra column where you can visualize the tenants of the users.
User creation
When creating a user (only vertical administrators can), an existing tenant must be selected from the combo box:
Reassigning a user
If a user needs to be reassigned to another tenant, just update the user and choose the new tenant:
REST API
All these operations can be achieved via REST API. Watch for a new parameter inside the DTO called ‘tenant’. It’s available in PUT/POST operations (update/create), as well as in the GET operations.
Â