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 perform various operations related to users, boards, items, updates, teams, notifications, and files. Specifically, for the 'User' resource and 'List Users' operation, it fetches a list of all users from the Monday.com account, including details such as user ID, name, email, photo, title, admin status, guest status, view-only status, enabled status, and associated teams. This is useful for scenarios where you need to retrieve user information for reporting, automation, or integration purposes.
Use Case Examples
- Retrieve all users in a Monday.com account to synchronize with an external CRM system.
- List users to assign tasks or send notifications based on user roles and teams.
Properties
| Name | Meaning |
|---|---|
| resource | The type of entity to operate on, e.g., User. |
| operation | The specific action to perform on the resource, e.g., List Users. |
Output
JSON
id- User's unique identifiername- User's full nameemail- User's email addressphoto_small- URL to the user's small profile phototitle- User's job titleis_admin- Boolean indicating if the user is an adminis_guest- Boolean indicating if the user is a guestis_view_only- Boolean indicating if the user has view-only accessenabled- Boolean indicating if the user account is enabledteams- List of teams the user belongs to, each with id and name
Dependencies
- Monday.com API key credential
Troubleshooting
- API Key not found error: Ensure the Monday.com API key credential is correctly configured and provided.
- User ID or other parameters missing: Verify that required parameters are set when performing operations that need them.
- API rate limits or pagination issues: For large user lists, consider handling pagination or API limits as per Monday.com API documentation.
- Error responses from Monday.com API: Check the error message details returned by the API and adjust the query or parameters accordingly.
Links
- Monday.com API Documentation - Official documentation for Monday.com API endpoints and usage.