> ## 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.

# StatusCertificateReviewParticipant

> Represents a status certificate review participant.

## Fields

<ResponseField name="corporationSigningOfficer" type="Boolean!" required>
  Whether the participant is a corporation signing officer or not.
</ResponseField>

<ResponseField name="corporations" type="[MatterCorporation!]!" required>
  The corporations the participant is a signing officer for (if any).
</ResponseField>

<ResponseField name="firstName" type="String!" required>
  The first name of the participant.
</ResponseField>

<ResponseField name="fullName" type="String!" required>
  The full name of the participant.
</ResponseField>

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

<ResponseField name="lastName" type="String">
  The last name of the participant.
</ResponseField>

<ResponseField name="primaryClient" type="Boolean!" required>
  Whether the participant is a primary client for the matter or not.
</ResponseField>

<ResponseField name="representation" type="MatterParticipantRepresentation">
  The representation of the participant (if any).
</ResponseField>

<ResponseField name="represented" type="Boolean!" required>
  Whether the participant is represented or not.
</ResponseField>

<ResponseField name="representees" type="[MatterParticipant!]!" required>
  The participants that the participant is representing (if any).
</ResponseField>

<ResponseField name="representors" type="[MatterParticipant!]!" required>
  The participants that are representing the participant (if any).
</ResponseField>

<ResponseField name="representsPrimaryClient" type="Boolean!" required>
  Whether the participant represents a primary client for the matter or not.
</ResponseField>

<ResponseField name="traits" type="[MatterParticipantTrait!]!" required>
  The traits of the participant.
</ResponseField>
