All person entities are structured as follows:
entity
:
Id
The unique identifier for the person
:int
Login
The login email associated with the personstring
:Password
The password associated with the person
:string
FirstName
The first name of the person
:string
LastName
The last name of the person
:string
CreationDate
The creation date of the network owned by the person. See DateTime for more information about this data type.
:DateTime
LastModifiedDate
The last date on which the network owned by the person was modified. See DateTime for more information about this data type.
:DateTime
ActivationDate
The activation date of the network owned by the person, if available. See DateTime for more information about this data type.
:Nullable<
DateTime>