Actions56
- API Call Actions
- Bundle Actions
- Community Actions
- Course Actions
- Group Actions
- Hub Actions
- Member Actions
- Module Actions
- Popup Actions
- Webhook Actions
Overview
This node interacts with the LearningSuite API to retrieve detailed information about a specific member by their ID. It is useful in scenarios where you need to fetch member data for further processing, reporting, or integration with other systems. For example, you might use this node to get a member's profile details before updating their course enrollments or to verify membership status within an automation workflow.
Properties
| Name | Meaning |
|---|---|
| Member Name or ID | The unique identifier of the member to retrieve. You can select from a list of members loaded dynamically or specify an ID using an expression. |
| Include Groups | A boolean option to include the groups that the member belongs to in the response. If enabled, group information will be part of the output. |
Output
The node outputs a JSON array containing one object per execution item. Each object represents the member's data retrieved from the LearningSuite API. The structure includes all standard member fields such as name, ID, email, and optionally group information if requested.
If the "Include Groups" property is set to true, the output JSON will also contain nested group details associated with the member.
The node does not output binary data.
Dependencies
- Requires an active connection to the LearningSuite API via an API key credential.
- The base URL for the API must be configured in the node credentials.
- The node depends on dynamic loading of member options to populate the "Member Name or ID" dropdown.
Troubleshooting
- No handler for resource "member" and operation "getById": This error indicates a misconfiguration or missing implementation for the selected resource-operation pair. Ensure the node version supports this operation.
- Invalid member ID: If the specified member ID does not exist or is incorrect, the API may return an error or empty result. Verify the ID or use the dropdown to select a valid member.
- API authentication errors: Check that the API key credential is correctly set up and has sufficient permissions.
- Network or connectivity issues: Ensure the base URL is reachable and there are no firewall restrictions blocking access.
Links and References
- LearningSuite API Documentation (example link, replace with actual)
- n8n Expressions Documentation - for using expressions in input fields