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

# The User Object

> You may supply metadata about your end user at the time they make an upload with the  object.

This data will be stored alongside finished uploads, and is provided as a convenience to more easily identify the end user behind each upload. The DromoUploader does not utilize this data in any way, so you may supply arbitrary values for any key.

<ResponseField name="id" type="string" required>
  Unique identifier for the user
</ResponseField>

<ResponseField name="name" type="string">
  Display name of the user
</ResponseField>

<ResponseField name="email" type="string">
  Email address of the user
</ResponseField>

<ResponseField name="companyId" type="string">
  Unique identifier for the user's company
</ResponseField>

<ResponseField name="companyName" type="string">
  Name of the user's company
</ResponseField>
