CustomerTenantContact ===================== A customer tenant contact resource represents detailed information about a end customer company connected to a license publisher. A customerTenantContact belongs to an :doc:`/resources/CustomerTenantDetailed`. Resource definition ------------------- .. literalinclude:: _static/CustomerTenantDetailed.json :language: json +--------------------------------+------------------------------+------------------------------------------------------------------------+ | Name | Type | Description | +================================+==============================+========================================================================+ | FirstName | string | The first name of the contact. | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | LastName | string | The last name of the contact. | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | Email | string | The email address of the contact. | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | PhoneNumber | string | The phone number of the contact. | +--------------------------------+------------------------------+------------------------------------------------------------------------+