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 users within the Monday.com platform. Specifically, the 'Get a User' operation retrieves detailed information about one or more users by their IDs. This is useful for workflows that need to fetch user details such as name, email, photo, title, admin status, guest status, and team memberships. For example, it can be used to synchronize user data, display user information in reports, or trigger actions based on user attributes.
Use Case Examples
- Retrieve details of specific users by selecting their IDs from a list or specifying them dynamically using expressions.
- Fetch user information to integrate with other systems or automate user-related processes.
Properties
| Name | Meaning |
|---|---|
| Users | Select one or more user IDs to retrieve details for. Users can be chosen from a list or specified using expressions. |
Output
JSON
id- The unique identifier of the user.name- The full name of the user.email- The email address of the user.photo_small- URL to the user's small profile photo.title- The job title of the user.is_admin- Boolean indicating if the user is an admin.is_guest- Boolean indicating if the user is a guest.is_view_only- Boolean indicating if the user has view-only permissions.enabled- Boolean indicating if the user account is enabled.teams- List of teams the user belongs to, each with an ID and name.
Dependencies
- Monday.com API key credential required for authentication.
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access user data.
- If no users are returned, verify that the user IDs provided are correct and that the users exist in the Monday.com account.
- Handle API errors gracefully by checking error messages returned from the Monday.com API and adjusting the request parameters accordingly.
Links
- Monday.com API Documentation - Official documentation for Monday.com API, including user-related queries and mutations.