InviteLog
Stored in the invitelogs collection. createdAt and updatedAt are maintained automatically.
Returned by GET /logs/invite.
| Field | Type | Notes |
|---|---|---|
company | ObjectId -> Company | |
email | string | required |
role | ObjectId -> Role | |
actionBy | ObjectId -> Member | |
status | string | |
_id | ObjectId | default "6a95712f932657988a91c09b" |
createdAt | date | set once |
updatedAt | date |