# InviteGetSchema

### Object

**kind**: string (Optional)  
The kind of record.

### Metadata

**created**: string (Optional) (format: date-time)  
The time when the resource was created  
**id**: string (Required) (format: uuid)  
The ID of the resource

### Specification

**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.
