Skip to main content

User

Introduction

In Simplicité, a User represents an individual or system entity that has access to the platform. Users interact with the system based on their responsibilities, which determine their access to business objects and system functionalities.

A user can be:

  • A human user (e.g., an employee, administrator, or external partner)
  • A system user (e.g., a web service account with API access)
  • Etc.

Features

  1. Authentication & Access
  2. User Status
    • Enabled: The user can log in and access the platform
    • Disabled: The user exists but cannot log in
    • Web services only: The user cannot log in but can access the platform's data through API calls

Configuration

FieldDescription
Login User's unique identifier
Active language Language used for the user's UI
Preferred languageLanguage selected by user on first login
Min / Max size of listsOverride the list size selector on lists
Date format Override the date format for the user
Number format Override the number format for the user
Time zoneOverride system timezone for user
Home page User's home page (overridden by the active scope)
 Menu visible Display / Hide menu for the user
Default opened domain Default menu opened after connecting
AuthenticationSee internal authentication 

Configuration objects linked to a User

Learn more