SubscriberSummary
Contact and presence information returned in a subscriber listing.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
subscriberId | string | Optional | Identifier of the notification subscriber. |
email | string | Optional | Email address used for subscriber contact and delivery. |
firstName | string | Optional | Subscriber’s given name. |
lastName | string | Optional | Subscriber’s family name. |
isOnline | boolean | Optional | Whether the provider reports the subscriber currently online. |
lastOnlineAt | string (date-time) | Optional | Time when the provider last observed the subscriber online. |
Where used
| Reference | Relationship |
|---|---|
| List all subscribers | POST /api/v1/notifications/manage/list-subscribers |
Download the public reference contract.
Document: DOC-API-MODEL-subscriber-summary.