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

# UserLookupResult

> Represents a user recipient.

**Object**

Represents a user recipient.

## Fields

<ResponseField name="recipientId" type="UUID!">
  The account ID of the recipient.
</ResponseField>

<ResponseField name="name" type="String!">
  Display name for the recipient.
  Format: "First Last"
</ResponseField>
