| Name | Type | Description | Notes |
|---|---|---|---|
| string | The invited member's email address | ||
| role | string | The role the member will be assigned with | |
| id | string | Unique id of the invite | |
| organization_id | string | Unique id of the organization that the invite belongs to. | |
| invite_code | string | The invite code that is sent to the member's email | |
| created_at | \DateTime | Date and time when the invite was created (ISO_8601 format). | |
| status | InviteStatus | The status of the invite (pending, failed, etc) | |
| failed_reason | string | if failed, the reason the invitation failed | [optional] |