# ConnectedUser | @account-kit/react

> Overview of ConnectedUser from @account-kit/react

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type ConnectedUser = Omit<User, "address" | "orgId" | "userId"> & object;
```

Defined in: [account-kit/react/src/hooks/useConnectedUser.ts:11](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useConnectedUser.ts#L11)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `address?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `orgId?`
      </td>

      <td>
        `string`
      </td>
    </tr>

    <tr>
      <td>
        `userId?`
      </td>

      <td>
        `string`
      </td>
    </tr>

  </tbody>
</table>