# Contact
## Properties
**user_id** | Option<**String**> | The alphanumeric string representing the user for this customer contact. |
**contact_type** | Option<**String**> | The type of contact. |
**name** | Option<**String**> | The name of this contact, when user_id is not provided. |
**email** | Option<**String**> | The email of this contact, when a user_id is not provided. |
**phone** | Option<**String**> | The phone number for this contact. Required for primary, technical, and security contact types. |
**customer_id** | Option<**String**> | The alphanumeric string representing the customer for this customer contact. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)