---
title: "Step 2: Create a User"
slug: "step-3-retrieve-your-user-information"
updated: 2025-11-13T13:49:15Z
published: 2025-11-13T13:49:15Z
---

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

# Step 3: Retrieve Your User Information

Now that you have your user ID and authentication token from[Step 2](https://developer.rocket.chat/apidocs/step-2-authenticate-your-user) you can retrieve your profile details using the [**Get User’s Info**](https://developer.rocket.chat/apidocs/get-users-info) endpoint.

On the Get User’s Info page, enter the following parameters under **Parameters** in the *Try it!* panel:

- `X-User-ID`: Your user ID.
- `X-Auth-Token`: Your authentication token.
- `userId`: The ID of the user whose information you want to retrieve (your own).

Click **Try it!**The response will return your user profile information.

## What you can explore next

Once authenticated, you can start exploring different areas of the Rocket.Chat REST API. The sections below provide a structured way to discover what the platform offers.

### User & workspace management

Learn how to work with user accounts and workspace administration:

- [**User Management:**](https://developer.rocket.chat/apidocs/user-management-api)Create, update, and manage users.
- [**Rooms:**](https://developer.rocket.chat/apidocs/rooms-api) View and manage rooms, channels, and teams.

### Messaging & interactions

Everything related to sending and managing messages:

- [**Message Actions:**](https://developer.rocket.chat/apidocs/messaging-api) Send, edit, delete, pin, react, and perform other message-related operations.

### Omnichannel

APIs for customer support and engagement:

- [**Omnichannel**](https://developer.rocket.chat/apidocs/omnichannel-api)**/**[**Livechat:**](https://developer.rocket.chat/apidocs/get-livechat-configurations) Manage Livechat agents, departments, sessions, the voice channel, and canned responses.

### Advanced & administrative features

More powerful APIs for managing assets, analytics, and workspace behavior:

- [**Assets**](https://developer.rocket.chat/apidocs/assets-api): Manage custom emojis, sounds, and user status images.
- [**Workspace statistics:**](https://developer.rocket.chat/apidocs/statistics-api) Retrieve engagement metrics and weekly chat activity.
- [**Notifications**](https://developer.rocket.chat/apidocs/notifications-api)**&**[**integration:**](https://developer.rocket.chat/apidocs/integration-api) Work with integrations, webhooks, and system notifications.
- [**Workspace settings:**](https://developer.rocket.chat/apidocs/settings-api)Read and update workspace configuration values.
- [**Translations**](https://developer.rocket.chat/apidocs/translate-message)**&**[**slash commands:**](https://developer.rocket.chat/apidocs/get-slash-commands)Customize UI translations and manage custom slash commands.
