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
The node connects to the CompanyCam API, enabling interaction with various CompanyCam resources such as projects, photos, users, labels, and more. Specifically, for the "User" resource and the "Update User" operation, it allows updating user details within a CompanyCam account. This can be useful for automating user management tasks like modifying user information or roles without manual intervention.
Practical examples include:
- Automatically updating user contact information when changes occur in an HR system.
- Syncing user roles or permissions based on external systems.
- Bulk updating multiple users' data via workflows.
Properties
| Name | Meaning |
|---|---|
| Sorry, we haven't built this part yet. | Notice indicating that the update user functionality is not yet implemented. |
| This node was funded by a company only for specific functionality. We added all of the functions to show what is possible with the CompanyCam API. If you want extra functionality, feel free to reach out to us or submit a PR on the GitHub repo. | Informational notice about the node's development status and encouragement to contribute. |
| liam@mcgarrigle.co | Contact email provided as a notice. |
Note: The provided properties are notices rather than actual input parameters for the "Update User" operation, indicating that this part of the node is not yet implemented.
Output
Since the "Update User" operation is not yet built, there is no defined output structure for this operation. Generally, for update operations in CompanyCam, the output would typically include a JSON object representing the updated user details.
If binary data were involved (not applicable here), it would usually represent files or images related to the user.
Dependencies
- Requires an API key credential for authenticating with the CompanyCam API.
- The base URL for API requests is
https://api.companycam.com/v2. - No additional external dependencies are indicated in the source code.
Troubleshooting
- Since the "Update User" operation is not implemented, attempting to use it will likely result in errors or no action.
- Common issues might include missing or invalid API credentials.
- To resolve errors related to unimplemented features, check for updates to the node or consider contributing to its development.
Links and References
- CompanyCam API Documentation
- Node GitHub repository (for submitting pull requests or issues) — implied but not explicitly linked in the source code.