Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node is designed to retrieve the profile information of the authenticated user from a service. It is useful in scenarios where you need to access or display the current user's profile details, such as in user management systems, dashboards, or personalized applications.
Use Case Examples
- Fetching the current user's profile to display their name and email in a dashboard.
- Retrieving user profile data to customize application behavior based on user roles or preferences.
Properties
| Name | Meaning |
|---|---|
| Session | The session name used to authenticate and identify the user session for which the profile is being retrieved. |
| Request Options | Various optional settings to control the HTTP request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
profile- The JSON object containing the user's profile information retrieved from the service.
Dependencies
- Requires an authenticated session identified by the 'Session' property to access the user's profile data.
Troubleshooting
- If the session name is incorrect or expired, the node will fail to retrieve the profile. Ensure the session is valid and active.
- SSL certificate validation errors can occur if the server's SSL certificate is invalid or self-signed. Use the 'Ignore SSL Issues' option cautiously to bypass this.
- Proxy configuration errors may prevent the request from reaching the server. Verify proxy settings if used.
- Timeout errors may occur if the server is slow to respond. Adjust the 'Timeout' setting as needed.