| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The invite's ID | |
| userEmail | String | The email of the user being invited. | |
| role | RoleEnum | The user's role. | |
| accepted | Boolean | Whether the invite was accepted or not. | |
| token | String | The token used to accept the invite. | |
| expiresAt | OffsetDateTime | The date the invite expires at. | |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| deletedAt | OffsetDateTime | The date with timezone at which the resource was deleted. | |
| metadata | Object | An optional key-value map with additional details |
| Name | Value |
|---|---|
| ADMIN | "admin" |
| MEMBER | "member" |
| DEVELOPER | "developer" |