Actions52
- Project Actions
- Project Photo Actions
- Project Collaborator Actions
- Project Document Actions
- Project User Actions
- Project Label Actions
- Project Checklist Actions
- User Actions
- Photo Actions
- Tag Actions
- Group Actions
- Other Actions
Overview
This node connects to the CompanyCam API, enabling users to interact with various CompanyCam resources. Specifically, for the User resource and the Retrieve User operation, it fetches detailed information about a specific user within a CompanyCam account. This is useful in scenarios where you need to programmatically access user details such as name, email, role, or other profile data for automation, reporting, or integration purposes.
Practical examples include:
- Automatically retrieving user details to sync with an internal directory.
- Fetching user info to customize notifications or assign tasks based on user roles.
- Integrating user data into CRM or project management tools.
Properties
| Name | Meaning |
|---|---|
| Notice | Informational messages indicating that some parts of the node are not yet implemented. |
Note: The provided properties JSON only contains notices indicating incomplete implementation and no actual input parameters for the "Retrieve User" operation. Typically, this operation would require at least a user identifier (e.g., user ID or email) to specify which user to retrieve, but such input is not present in the given code snippet.
Output
The node outputs JSON data representing the retrieved user's details from CompanyCam. This typically includes fields such as user ID, name, email, role, and other profile-related information as returned by the CompanyCam API.
No binary data output is indicated or expected for this operation.
Dependencies
- Requires an active connection to the CompanyCam API.
- Needs an API key credential configured in n8n to authenticate requests.
- The base URL for API requests is
https://api.companycam.com/v2. - Proper permissions on the API key to read user information.
Troubleshooting
- Missing or invalid API credentials: Ensure the API key is correctly set up and has sufficient permissions.
- User not found errors: Verify that the user identifier used (if any) is correct and exists in the CompanyCam account.
- Incomplete implementation notices: The node currently shows notices indicating some parts are not built yet; functionality might be limited or unavailable.
- Network issues: Check connectivity to the CompanyCam API endpoint.