---
title: "User management in Multitenant mode"
canonical: "https://onesaitplatform-es.refined.site/space/OP/901480449/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://25153f1a-a77f-4991-80fa-d0f4f94bb0c2)

## User creation

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

![image](media://c13296d3-9523-4019-9cc8-7848c28c7504)

## Reassigning a user

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

![image](media://c18231a5-3a2c-4e48-9fc6-7af754b19083)

## 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://343f52d9-947c-4032-9bc4-e01d33e749d8)

![image](media://40cadfda-fed6-404f-859a-6e8a15014776)