Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

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-node package 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

Discussion