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, you might use this node to fetch all members of a sales team within a company group to send targeted notifications or generate team-specific reports.

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 node outputs 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 with the external service.
  • The node uses a base URL configured via credentials to connect to the API endpoint.
  • Depends on an OpenAPI specification file (payhawk.api.json) which defines the API paths and operations.

Troubleshooting

  • Missing or invalid Group Id or Team Id: Ensure both IDs are provided and correctly correspond to existing entities in the system.
  • Authentication errors: Verify that the API key credential is set up properly and has sufficient permissions.
  • API connectivity issues: Check network access and the correctness of the base URL configuration.
  • Unexpected response format: Confirm that the API version matches the one expected by the node.

Links and References

  • Refer to the external API documentation for detailed information on the team members endpoint.
  • Consult n8n documentation on setting up API credentials and using custom nodes.

Discussion