# Contact ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cloudProvider** | **String** | The cloud service that provided the contact. Valid values are: - `rooms` - `docusignCore` (default) <!-- Future: - `Box` - `GoogleDrive` - `Dropbox` - `SalesForce` - `SkyDrive` --> | [optional] **cloudProviderContainerId** | **String** | The id of the container at the cloud provider. For example, this might be the room id for a DocuSign Transaction Room. | [optional] **contactId** | **String** | The id of a contact person in the account's address book. | [optional] **contactPhoneNumbers** | [ContactPhoneNumber] | A list of the contact's phone numbers. **Note**: The phone numbers associated with shared contacts do not display to users other than the user who added the contact. Additionally, in the following scenarios, the phone number of a shared contact does not populate automatically for anyone other than the user who added the contact: - Sending an envelope by using SMS - Using phone authentication You must ask the user who added the contact for the phone number and then manually enter it into the authentication box. | [optional] **contactUri** | **String** | The URI for retrieving information about the contact. | [optional] **emails** | **[String]** | | [optional] **errorDetails** | [**ErrorDetails**](ErrorDetails.md) | | [optional] **isOwner** | **Bool** | | [optional] **name** | **String** | | [optional] **organization** | **String** | | [optional] **shared** | **String** | When **true**, the tab is shared. | [optional] **signingGroup** | **String** | | [optional] **signingGroupName** | **String** | Optional. The name of the signing group. Maximum Length: 100 characters. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)