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

# Users

> Retrieve information about the authenticated user.

The Users API returns profile information for the currently authenticated user — the person or service account associated with the API key or OAuth token making the request.

## What you get

The `Get User Information` endpoint returns:

* **User ID** and **email address**
* **Display name**
* **Workspace** the user belongs to
* **Role** within the Workspace (owner, admin, or member)

This is useful for verifying which account is authenticated, displaying user context in your application, or routing logic based on the user's role.

## Available endpoints

<CardGroup cols={1}>
  <Card title="Get User Information" icon="user" href="/tabs/api-reference/api/users/get-user-information">
    Get information of the current user.
  </Card>
</CardGroup>
