
# Team Member Invitation Status

Enumerates the possible invitation statuses the team member can have within a business.

## Enumeration

`TeamMemberInvitationStatus`

## Fields

| Name | Description |
|  --- | --- |
| `UNINVITED` | The team member has not received an invitation. |
| `PENDING` | The team member has received an invitation, but had not accepted it. |
| `ACCEPTED` | The team member has both received and accepted an invitation. |

