Skip to content

User

A User represents a person who can log in and interact with the platform.

Each User belongs to one or more Tenants.

When a User belongs to a Tenant, it enables them to:

  • read the Tenant, as if the User got the read.tenant permission assigned (also valid for child Tenants)
  • be able to be added to a User Group on this Tenant (not valid for child Tenants)

In order to add this User to a User Group on any other Tenant, it needs to be added to the other Tenant first.

User details

  • Email: an email to uniquely identify a User in the platform
  • Firstname: the User's firstname to recognize them
  • Lastname: the User's lastname to recognize them

User Features

Feature State
List Users Available
Create User in Tenant Available
Update User Available
Delete User from a Tenant Available
Change User password Available

List Users

Permission

  • read.user

Feature

  • Users can retrieve a list of Users in a Tenant
  • a User can always retrieve its own information, regardless of their access rights

Create User in Tenant

Permission

  • create.user

Feature

  • Users can create a new User on a Tenant
  • a User can belong to multiple Tenants, when it is recreated on another Tenant with the same email address

Update User

Permission

  • update.user

Feature

  • Users can update all information of a User
  • a User can always update its own information, regardless of their access rights

Delete User from a Tenant

Permission

  • delete.user

Feature

  • Users can delete a User
  • a User can always delete its own User, regardless of their access rights

Change User password

Permission

  • not applicable

Feature

  • Users can update their own password using the "Forgotten password" feature of the user identity provider
  • read more about it on the AD B2C or Auth0 documentation