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