CompanyCam icon

CompanyCam

Node for connecting CompanyCam

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 with the Delete User operation, it allows deleting a user from the CompanyCam system. This is useful in scenarios where you need to programmatically manage user accounts, for example, removing access for former employees or cleaning up inactive users.

Practical examples:

  • Automate user management by deleting users who no longer require access.
  • Integrate with HR systems to sync user deletions automatically.
  • Maintain security by ensuring only active users remain in CompanyCam.

Properties

Name Meaning
Sorry, we haven't built this part yet. Notice indicating that this part of the node's functionality is not implemented yet.
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 presumably for support or inquiries related to the node.

Note: The provided properties for the User Delete operation are notices only, indicating that the actual implementation for this operation is not yet available in the node.

Output

Since the delete user operation is not implemented, there is no defined output structure for this operation. Typically, a successful delete operation would return a confirmation JSON object or an empty response indicating success. No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authenticating with the CompanyCam API.
  • The base URL for API requests is https://api.companycam.com/v2.
  • The node depends on the CompanyCam API being accessible and the provided credentials having sufficient permissions to delete users.

Troubleshooting

  • Operation Not Implemented: Users attempting to use the Delete User operation will find it non-functional due to the lack of implementation. The notices in the properties explicitly state this.
  • Authentication Errors: Ensure the API key credential is correctly configured and has the necessary permissions.
  • API Connectivity Issues: Verify network connectivity to https://api.companycam.com/v2 and that the API service is operational.
  • Permission Denied: If the API returns permission errors, check that the authenticated user has rights to delete users.

Links and References

Discussion