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

# ApplicationAssignee

> The user assigned to an application.

`OBJECT`

The user assigned to an application.

## Fields

<ResponseField name="assignedBy" type="AssignedByUser!" required>
  The user who made the assignment.

  <Expandable title="child attributes">
    <ResponseField name="name" type="String!" required>
      The name of the user who made the assignment.
    </ResponseField>

    <ResponseField name="userId" type="UUID!" required>
      The unique identifier of the user who made the assignment.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="assignedDateTime" type="DateTime!" required>
  The date and time when the assignment was made.
</ResponseField>

<ResponseField name="name" type="String!" required>
  The name of the assigned user.
</ResponseField>

<ResponseField name="userId" type="UUID!" required>
  The unique identifier of the assigned user.
</ResponseField>
