Information regarding the invite status of a person for a particular channel.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
channel |
Optional<CommunicationChannel> | ➖ | N/A | |
isAutoInvite |
Optional<Boolean> | ➖ | Bit that tracks if this invite was automatically sent or user-sent | |
inviter |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
inviteTime |
OffsetDateTime | ➖ | The time this person was invited in ISO format (ISO 8601). | |
reminderTime |
OffsetDateTime | ➖ | The time this person was reminded in ISO format (ISO 8601) if a reminder was sent. |