Core
IoT Backend v2.x
2

A set of user profiles is made available by the Kuzzle IoT platform.

These profiles are hierarchical and each subsequent profile contains the permissions of the previous profile.

1) tenant_reader #

This profile is assigned to users who only have the right to consult the data of a platform tenant.

They can then consult the data of these different modules:

  • Assets
  • Devices
  • Dashboards
  • Alerts

This profile is intended for users of a tenant.

2) tenant_admin #

This profile is assigned to users with the right to view and write data from a platform tenant.

They can then consult and modify the data of these different modules:

  • Assets
  • Devices
  • Dashboards
  • Alerts
  • Users

This profile is intended for users of a tenant.

3) platform_admin #

This profile is assigned to users with the right to consult and modify the data of all the platform's tenants.

They can also access the tenant management module to create and modify tenants

This profile is intended for platform admins.