---
title: "User management in Multitenant mode"
canonical: "https://onesaitplatform.refined.site/space/DOCT/2220803829/User%20management%20in%20Multitenant%20mode"
format: markdown
---
> ℹ️ 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.

![image](media://16098bff-48c7-441c-90d5-618772175517)

## User creation

When creating a user (only vertical administrators can), an existing tenant must be selected from the combo box:

![image](media://18d9c53f-ff14-4b55-89e5-a91e10bfed00)

## Reassigning a user

If a user needs to be reassigned to another tenant, just update the user and choose the new tenant:

![image](media://4cdef0bb-2ea9-4cb6-9ee2-06fd7c4fef49)

## 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.

![image](media://c6dcdaf8-0321-4266-9b0d-d8763ce5b6ea)

![image](media://4f2c3dbe-8ff2-48f6-ad5d-1a1b957fb006)