Interface UserDetails

All Superinterfaces:
com.technia.dsx.app.PidNameTuple, User

public interface UserDetails extends User
Represents detailed user information in the 3DEXPERIENCE platform.

Extends the basic User interface with additional personal and contact information such as email, name, address, phone, and active status.

Since:
2024-03-07
  • Method Details

    • getEmail

      String getEmail()
    • getFirstName

      String getFirstName()
    • getLastName

      String getLastName()
    • getAddress

      String getAddress()
    • getPhone

      String getPhone()
    • getActive

      Boolean getActive()