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

# Document signer

<ResponseField name="signerId" type="string">
  Identifier for the signer associated with the document.
</ResponseField>

<ResponseField name="signerKey" type="string">
  Internal signer key used to map fields/tags.
</ResponseField>

<ResponseField name="name" type="string">
  Full name for the signer on this document.
</ResponseField>

<ResponseField name="initials" type="string">
  Signer initials.
</ResponseField>

<ResponseField name="email" type="string">
  Email for the signer on this document.
</ResponseField>

<ResponseField name="mobileNumber" type="string" post={["nullable"]}>
  Mobile number for the signer on this document. (optional)
</ResponseField>

<ResponseField name="hasSigned" type="boolean">
  Set to `true` if the signer has signed this document.
</ResponseField>

<ResponseField name="isNext" type="boolean">
  Set to `true` if this signer is next in the signing order for this document.
</ResponseField>

<ResponseField name="templateRole" type="string" post={["nullable"]}>
  Template role name if the signer was created from a template role. (optional)
</ResponseField>
