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

# Get User Profile

Get the current user's profile information and organization details.

#### Authorizations

<ParamField header="Authorization" type="string" required>
  Bearer authentication header of the form `Bearer <token>`, where `<token>` is your OAuth access token.
</ParamField>

#### Response

<ResponseField name="user" type="object">
  The authenticated user's profile information
</ResponseField>

<ResponseField name="organization" type="object">
  The user's organization information
</ResponseField>
