Actions126
- Item Actions
- Create or Update Item
- List Items in a Board
- Search Items by Filter
- Upload files to column
- Update Column Values of an Item
- Duplicate an Item
- List Items in a Group
- Get Item Activity Logs
- Create an Item
- Delete an Item
- List Item Subscribers
- Get an Item
- Create an Item
- Update Column Values of an Item
- Delete an Item
- Duplicate an Item
- List Items in a Group
- List Item Subscribers
- Get Item Activity Logs
- Get an Item
- Create an Item
- Create or Update Item
- Delete an Item
- List Items in a Board
- Search Items by Filter
- List Item Subscribers
- Upload files to column
- Get an Item
- Update Column Values of an Item
- Create or Update Item
- Duplicate an Item
- List Items in a Board
- List Items in a Group
- Search Items by Filter
- Get Item Activity Logs
- Upload files to column
- Board Actions
- Create a Board
- Duplicate a Group
- List Board Subscribers
- Remove Board Subscribers
- List Boards
- Get a Group
- List Activity Logs
- Remove Board Subscribers
- List Boards
- Create a Board
- List Activity Logs
- Add Board Subscribers
- List Boards
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Board
- List Activity Logs
- Add Board Subscribers
- List Board's Groups
- Create a Board
- Create a Group
- Get a Board
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Add Board Subscribers
- List Board's Groups
- Create a Group
- Get a Board
- Get a Group
- Duplicate a Group
- Duplicate a Board
- List Board Subscribers
- Remove Board Subscribers
- Update Actions
- Team Actions
- Download File Actions
- User Actions
- Query Actions
- Notification Actions
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
- Add multiple users to a marketing team by selecting the team and specifying user IDs.
- 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
- Monday.com API Documentation - Official API documentation for Monday.com, including mutations for managing teams and users.