Basics
Multi-tenancy & roles
Uslimato is multi-tenant: multiple organizational units or customers share one platform but stay fully separated through Row-Level Security. Roles control who can see and change what.

#Tenants
Each tenant is an isolated data space with its own subdomain. Data separation happens at the database level via Row-Level Security – a tenant can never see another's data. Users can belong to multiple tenants and join by invitation.
#Roles
Access is role-based. The roles determine the scope of functionality:
- Admin – full administration including settings, users and the audit log
- Technician – operational work on assets and movements
- Helpdesk – a supporting role for requests and overview
- Viewer – read-only access
#Fine-grained permissions
Permission groups let you fine-tune access – for example the write permission assets:write. Anyone without it sees fields in read-only mode. So everyone sees only what they need.
Note
External users managed by another organization are clearly marked ("Managed by {tenant}").
Was this helpful?
Suggest an edit