API Response with User entity
The UserDTO Class. Contains relevant fields of User DTO by masking actual User entity's fields in application.
Account number of the user.It can be any stakeholder of the application.even can be a gym.
Entity number that make a relationship with BOX API DB.
Gaurdian of the this user if he/she is under 18 years old.
If this user is a gym, then the gym number.
If Someone introduced this user to the system, then that user's UserId.
Name of the user.
Unique number maintain by application to idenify user.
Type of the user.
Indentity number(primary key) for user object. Generated in DB table when inserting a record.