Person Entity (2017/01)

All person entities are structured as follows:

entity:

Id int: The unique identifier for the person

Login string: The login information associated with the person

Email string: The email address associated with the person

Password string: The password associated with the person

FirstName string: The first name of the person

LastName string: The last name of the person

CreationDate DateTime: The creation date of the network owned by the person. See DateTime for more information about this data type.

LastModifiedDate DateTime: The last date on which the network owned by the person was modified. See DateTime for more information about this data type.