Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves the members of a specified team within an account. It is useful for scenarios where you need to manage or analyze team composition, such as in project management, customer support teams, or collaborative environments. For example, you can use it to fetch all members of a support team to send notifications or generate reports.

Use Case Examples

  1. Fetch all members of a customer support team to send a team-wide update.
  2. Retrieve team members to display in a dashboard showing team activity.

Properties

Name Meaning
Account Id The numeric ID of the account to which the team belongs.
Team Id The ID of the team whose members are to be retrieved.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • members - Array of team member objects retrieved from the specified team.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id and Team Id are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass the error.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion