InviteResponse
- acceptedType: stringFormat: date-timenullable
_at requiredWhen the invite was accepted, or null if it has not been.
- createdType: stringFormat: date-time
_at requiredWhen the invite was created.
- emailType: stringrequired
The address the invite was issued to. Only this address can accept it.
- expiresType: stringFormat: date-time
_at requiredWhen the invite stops working. Resending resets this.
- idType: stringrequired
The invite's stable identifier.
- invitedType: UserSummary
_by requiredProperties: 3The member who created the invite.
- statusType: InviteStatusenumrequired
Where the invite stands: pending, accepted, revoked, or expired.
valuespendingacceptedrevokedexpired

