Now that you have your user ID and the authentication token from Step 2, proceed to fetch your user profile information using the Get User’s Info endpoint.
On the Get User’s Info endpoint page, under Parameters in the Try it! block, enter the following required parameters:
X-User-ID
: Your user ID.X-Auth-Token
: Your authentication token.userId
: The user ID whose information you want to retrieve. In this case, your own user ID.
Click Try it! The response displays the user information.
Great! You are now ready to explore the Rocket.Chat endpoints to streamline your chats and workspace operations.
If you are unsure of where to begin, you can start with the following API reference sections:
Learn about users and user management in Rocket.Chat.
View and manage rooms, channels, and teams.
Send messages and perform message-related actions.
Learn about the Omnichannel API support for Livechat, voice channel, and canned responses.
For advanced features, you can look at the following API reference sections:
Learn about assets such as custom emojis, sounds, and user status.
View the workspace statistics, such as user engagement and weekly chat data.
Learn about notifications, integrations, and the various workspace settings supported by Rocket.Chat.
Learn about translation, slash commands, and other miscellaneous configuration options.