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

# BusinessOwnerStatus

> Snapshot of one business owner row for KYB UI (registered user, business user, or NRU).

**Object**

Snapshot of one business owner row for KYB UI (registered user, business user, or NRU).

## Fields

<ResponseField name="id" type="UUID">
  User id when the owner is linked to a Fluz account; omitted for NRU-only rows.
</ResponseField>

<ResponseField name="name" type="String!">
  Derived display name from the linked identity records.
</ResponseField>

<ResponseField name="verificationType" type="BusinessOwnerVerificationType!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="status" type="ExternalBusinessOwnerStatus!">
  *No description provided in the schema yet.*
</ResponseField>
