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

# X Get User

> Get X (Twitter) user profile information

# X Get User

Get X (Twitter) user profile information

## Properties

| Property   | Value            |
| ---------- | ---------------- |
| **Type**   | x-get-user       |
| **Family** | Third Party APIs |
| **Group**  | X                |

## Parameters

| Name       | Label       | Type   | Description               | Required |
| ---------- | ----------- | ------ | ------------------------- | -------- |
| lookupType | Lookup Type | Select |                           | No       |
| username   | Username    | String | Username without @ symbol | No       |
| userId     | User ID     | String | Numeric X user ID         | No       |

## Outputs

| Name            | Label           | Type   | Description       |
| --------------- | --------------- | ------ | ----------------- |
| id              | id              | string | User ID           |
| name            | name            | string | Display name      |
| username        | username        | string | Username          |
| profileImageUrl | profileImageUrl | string | Profile image URL |
