Person Entity (2020/10)
All person entities are structured as follows:
entity
:
Id
 int: The unique identifier for the personLogin
string:Â The login email associated with the personPassword
string:Â The password associated with the personFirstName
string:Â The first name of the personLastName
string:Â The last name of the personCreationDate
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.ActivationDate
Nullable<DateTime>: The activation date of the network owned by the person, if available. See DateTime for more information about this data type.
Â