Items: Subscriber
Subscriber informations
| Name | Type | Description |
|---|---|---|
| AccountID | integer | Subscriber's owner account ID (should be your account ID). |
| SubscriptionID | integer | Subscriber's subscription ID. |
| LastName | string | Last name of the subscriber. |
| FirstName | string | First name of the subscriber. |
| string | Email address of the subscriber. | |
| Login | string | Login of the subscriber. |
| Password | string | Password of the subscriber. |
| IsActive | boolean | Activation status of the subscriber. Either 1 (activated), 0 (deactivated). |
| LastLogin | datetime | Date of the subscriber's last login. |
| Creation | datetime | Date the subscriber was created. |
| Modification | datetime | Date the subscriber was last edited. |
| Extras | string | Additional information on the subscriber, in varchar format up to 255 characters in size |
