Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com teams, specifically supporting the operation to remove users from a team. It allows users to specify a team and a list of users to be removed from that team. This is useful for managing team memberships dynamically within workflows, such as automating user removals based on certain triggers or conditions.

Use Case Examples

  1. Remove specific users from a Monday.com team to manage team membership automatically.
  2. Automate cleanup of team members who no longer need access to a project or resource.

Properties

Name Meaning
Team Name The ID of the team from which users will be removed. It can be selected from a list or specified via an expression.
Users A list of user IDs to be removed from the specified team. Users can be selected from a list or specified via expressions.

Output

JSON

  • successful_users - List of users successfully removed from the team, including their name and email.
  • failed_users - List of users for whom the removal operation failed, including their 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 manage teams and users.
  • Verify that the team ID and user IDs provided are valid and exist in the Monday.com account.
  • If the operation fails, check the error message returned by the API for details, such as insufficient permissions or invalid IDs.

Discussion