Customer User

Definition

A Customer User is an entity that represents a customer user on the DJUST platform. It is defined by the following information:

  • Last Name
  • First Name
  • Email Address (mandatory, editable after creation, must be unique)
  • Group (which carries access rights)

Creating a Customer User

To create a Customer User, the following information is required:

  • A last name and a first name
  • A valid email address
  • A defined group that manages their access rights
  • An account to which they are linked (mandatory)

Without this information, the Customer User cannot be created.

Modifications and Restrictions

Once created, a Customer User can be modified. The following fields can be updated:

  • First name, last name, group — can be updated at any time.
  • Email address — can be updated via the admin API (PUT /v1/customer-users/USERID). The new email must be unique across all Customer Users. If the email is empty or not provided in the request, the existing email is preserved.

Did this page help you?