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, "Display Team Members Response Object" under the "Account Teams" resource, is designed to retrieve and display information about members of a specific team within an account. It is useful in scenarios where you need to manage or audit team membership, verify user roles, or integrate team member data into workflows for notifications, reporting, or access control.
For example, a company using this node can fetch all members of a sales team to send targeted updates or synchronize team data with other systems.
Properties
| Name | Meaning |
|---|---|
| Account Id | Identifier of the account. This specifies which account's team members are being queried. |
| Team Id | Identifier of the team. This specifies the particular team within the account to query. |
Output
The output of this node will be a JSON object representing the response containing the team members' details. The structure typically includes member identifiers, names, roles, and possibly contact information or status within the team.
If the node supports binary data output (not indicated here), it would generally represent attachments or files related to team members, but this is not evident from the provided code.
Dependencies
- Requires an API key credential or similar authentication token configured in n8n to authorize requests.
- Depends on the external service API that manages accounts and teams (referred generically as "the Zitadel API" in the bundled source).
- The base URL for API requests must be set in the node credentials configuration.
Troubleshooting
- Missing or invalid Account Id or Team Id: Ensure these required properties are correctly set; otherwise, the API call will fail.
- Authentication errors: Verify that the API key or authentication token is valid and has sufficient permissions to access team data.
- Network issues or incorrect base URL: Confirm the base URL is correct and reachable from your n8n instance.
- Unexpected response format: If the API changes, the node might not parse the response correctly; check for updates or adjust parsing logic accordingly.
Links and References
- Zitadel API Documentation (generic placeholder link)
- n8n Documentation - Creating Custom Nodes
- OpenAPI Specification (related to the bundled OpenAPI usage)