# InvitePostSchema

## Specification

### Properties

- **comment**: `string` (Required)  
  Comment to explain why the user has been invited to collaborate with your organization

- **email**: `string` (Required)  
  Email of the user to be invited

- **invitedByEmail**: `string` (Required)  
  Contact email of user who made the invite

- **invitedByName**: `string` (Required)  
  Name of user who made the invite

- **organizationName**: `string` (Required)  
  Name of the organization the invite refers to

- **teams**: `list of strings` (Optional)  
  List of team names to add this user to when they accept.
