Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node operation adds users to a specified team in Monday.com. It is useful for managing team memberships programmatically, such as automating the addition of multiple users to a team based on workflow conditions or external triggers. For example, when onboarding new employees, this node can automatically add them to relevant teams.

Use Case Examples

  1. Add multiple users to a marketing team by selecting the team and specifying user IDs.
  2. Automatically add users to a project team when they are assigned to a project in another system.

Properties

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

Output

JSON

  • successful_users - List of users successfully added to the team, including their name and email.
  • failed_users - List of users that failed to be added to the team, including their name and email.

Dependencies

  • Monday.com API key credential required for authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has permissions to manage teams and users.
  • Verify that the team ID and user IDs are valid and exist in the Monday.com account.
  • Check for API rate limits or network issues if requests fail.
  • Error messages from the API will be returned if the operation fails, including details about which users could not be added.

Links

Discussion