> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MatterBusinessContact

> A business contact that is associated with a matter.

## Fields

<ResponseField name="contact" type="BusinessContact!" required>
  The contact for the business.
</ResponseField>

<ResponseField name="id" type="GID!" required>
  ID of the object.
</ResponseField>

<ResponseField name="partnerAccountLinked" type="Boolean!" required>
  Whether or not the contact has a partner account linked.
</ResponseField>

<ResponseField name="partnerNotificationsMuted" type="Boolean!" required>
  Whether the partner has muted notifications for the matter or not.
</ResponseField>

## Used by

* [`matter`](/partner-api/reference/queries/matters/matter) (query)
* [`matters`](/partner-api/reference/queries/matters/matters) (query)
