Actions99
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Expenses Actions
- Purchase Orders Actions
- Get A List Of Purchase Orders
- Create A New Purchase Order
- Get A Purchase Order
- Update A Purchase Order
- Open A Purchase Order
- Get A List Of Purchase Orders Items For A Specific Purchase Order
- Create A Purchase Order Item
- Get A Purchase Order Item
- Update A Purchase Order Item
- Delete A Purchase Order Item
- Get A List Of Goods Received Notes For A Specific Purchase Order
- Create A Goods Received Note
- Attach A File To A Goods Received Note
- Delete A Goods Received Note
- Suppliers Actions
- Fund Accounts Actions
- Cards Actions
- Expense Categories Actions
- Tax Rates Actions
- Amortizations Actions
- Account Teams Actions
- Account Codes Actions
- External Teams Actions
- Custom Fields Actions
- Get Custom Fields
- Create A New Custom Field
- Get Custom Field
- Update Custom Field
- Delete A Custom Field And All Its Values
- Get Custom Field Values
- Create A Custom Field Value
- Delete Custom Field Values
- Get A Custom Field Value
- Update A Custom Field Value
- Delete A Custom Field Value
- Get Managers For A Specific Custom Field Value
- Adds Managers For A Specific Custom Field Value
- Replaces Managers For A Specific Custom Field Value
- Removes Managers For A Specific Custom Field Value
- Webhook Subscriptions Actions
- Group Teams Actions
Overview
This node operation retrieves and displays the response object containing the members of a specific team within a group. It is useful in scenarios where you need to list or manage users belonging to a particular team, such as for administrative dashboards, reporting, or synchronization with other systems.
For example, an organization might use this node to fetch all members of a sales team within a larger group to send targeted communications or update access permissions.
Properties
| Name | Meaning |
|---|---|
| Group Id | Identifier of the Group |
| Team Id | Identifier of the Team |
Both properties are required string inputs that specify the exact group and team whose members you want to retrieve.
Output
The output contains a JSON object representing the team members response. This typically includes details about each member in the specified team, such as user identifiers, names, roles, or other metadata depending on the API's response structure.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authentication to the external service.
- The node uses a base URL configured via credentials to connect to the API endpoint.
- Depends on the
@devlikeapro/n8n-openapi-nodepackage for OpenAPI integration. - Uses lodash for utility functions.
Troubleshooting
- Missing or invalid Group Id or Team Id: Ensure both IDs are provided and correctly correspond to existing entities; otherwise, the API may return errors or empty results.
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- Network or connectivity issues: Check the base URL configuration and network access to the API endpoint.
- Unexpected response format: If the API changes, the node might not parse the response correctly; verify API version compatibility.
Links and References
- Refer to the external API documentation for detailed information on the team members response object structure.
- n8n OpenAPI Node integration documentation: https://docs.n8n.io/integrations/creating-nodes/openapi/