Information regarding the invite status of a person.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
signUpTime |
OffsetDateTime | ➖ | The time this person signed up in ISO format (ISO 8601). | |
invites |
List<ChannelInviteInfo> | ➖ | Latest invites received by the user for each channel | |
inviter |
Optional<Person> | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
inviteTime |
OffsetDateTime | ➖ | : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead. The time this person was invited in ISO format (ISO 8601). |
|
reminderTime |
OffsetDateTime | ➖ | : warning: ** DEPRECATED **: Deprecated on 2026-02-05, removal scheduled for 2026-10-15: Use ChannelInviteInfo instead. The time this person was reminded in ISO format (ISO 8601) if a reminder was sent. |