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 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
- Retrieve details of a specific team by selecting it from a list or specifying its ID using an expression.
- 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
- Monday.com API Documentation - Official documentation for Monday.com API, useful for understanding available queries and mutations.