InviteResult
Result of sending a single invitation
- objectType: string
Resource type identifier
- emailType: string
Email address the invitation was sent to
- successType: boolean
Whether this invitation was sent successfully
- invitationType: object ยท Invitation
Invitation details and current state
- objectType: string
Resource type identifier
- idType: string
Unique invitation identifier
- emailType: string
Email address the invitation was sent to
- stateType: string
Current state: pending, accepted, expired, or revoked
- roleType: array string[]
_slugs Roles assigned to the invitee upon acceptance (system + custom)
- expiresType: string
_at When the invitation expires
- createdType: string
_at When the invitation was created
- errorType: string
Error message (present when success is false)