Information regarding the invite status of a person for a particular channel.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
channel |
Optional[models.CommunicationChannel] | ➖ | N/A | |
is_auto_invite |
Optional[bool] | ➖ | Bit that tracks if this invite was automatically sent or user-sent | |
inviter |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
invite_time |
date | ➖ | The time this person was invited in ISO format (ISO 8601). | |
reminder_time |
date | ➖ | The time this person was reminded in ISO format (ISO 8601) if a reminder was sent. |