Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with the Monday.com API to manage teams within the Worktables resource. Specifically, the 'Get a Team' operation retrieves detailed information about a specific team, including its ID, name, and the users belonging to that team. This operation is useful for scenarios where you need to fetch team details for project management, collaboration, or user assignment purposes.

Use Case Examples

  1. Retrieve details of a specific team by selecting it from a list or specifying its ID using an expression.
  2. Use the team information to manage user roles or permissions within Monday.com boards.

Properties

Name Meaning
Team Select a team to retrieve its details. You can choose from a list of teams or specify a team ID using an expression.

Output

JSON

  • id - The unique identifier of the team.
  • name - The name of the team.
  • users - An array of users belonging to the team, each with their ID, name, and email.

Dependencies

  • Requires an API key credential for Monday.com (WorktablesApi) to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access team data.
  • If the team ID is invalid or not provided, the node will throw an error indicating the requirement of a valid team selection.
  • Network issues or API rate limits may cause request failures; verify connectivity and API usage limits.

Links

Discussion