Represents a create request for a TeamMember object.
| Name | Type | Description | Notes |
|---|---|---|---|
| idempotency_key | String | A unique string that identifies this CreateTeamMember request. Keys can be any valid string but must be unique for every request. See Idempotency keys for more information. <br> <b>Min Length 1 Max Length 45</b> | [optional] |
| team_member | TeamMember | <b>Required</b> The data which will be used to create the `TeamMember` object. | [optional] |