Now that you have your user ID and authentication token from Step 2 you can retrieve your profile details using the Get User’s 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: Create, update, and manage users.
Rooms: View and manage rooms, channels, and teams.
Messaging & interactions
Everything related to sending and managing messages:
Message Actions: Send, edit, delete, pin, react, and perform other message-related operations.
Omnichannel
APIs for customer support and engagement:
Omnichannel / Livechat: 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: Manage custom emojis, sounds, and user status images.
Workspace statistics: Retrieve engagement metrics and weekly chat activity.
Notifications & integration: Work with integrations, webhooks, and system notifications.
Workspace settings: Read and update workspace configuration values.
Translations & slash commands: Customize UI translations and manage custom slash commands.