permissions
Select Tenant
Select current tenant.
This endpoint selects a tenant with the specified UUID. Tenants are used to organize users and resources in multi-tenant environments, providing isolation and access control between different groups or organizations.
Sending a null/None value as tenant_id selects his default single user tenant
Request Parameters
- tenant_id (Union[UUID, None]): UUID of the tenant to select, If null/None is provided use the default single user tenant
Response
Returns a success message along with selected tenant id.
POST
Select Tenant
Select Tenant