Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
This node enables managing organizations within the Binalyze AIR platform, specifically allowing you to update an organization's deployment token. Updating a deployment token is useful when you need to rotate or replace the token used for authenticating deployments related to an organization, enhancing security or responding to token compromise.
Typical use cases include:
- Automating the rotation of deployment tokens for organizations to comply with security policies.
- Integrating token updates into broader organizational management workflows.
- Quickly updating deployment credentials without manual intervention in the Binalyze AIR interface.
Properties
| Name | Meaning |
|---|---|
| Organization | The target organization to update. You can select it from a list, specify by ID (positive number or 0 for default), or by name. |
| Deployment Token | The new deployment token string to assign to the organization. This is a sensitive value and treated as a password field. |
Output
The node outputs JSON data representing the result of the update operation on the organization's deployment token. This typically includes confirmation details such as updated token metadata or status. The exact structure depends on the API response but generally confirms success or failure of the update.
No binary data output is involved.
Dependencies
- Requires an active connection to the Binalyze AIR API via an API key credential configured in n8n.
- The node depends on the Binalyze AIR service being accessible and the API key having sufficient permissions to update organization deployment tokens.
Troubleshooting
- Invalid Organization ID: If specifying the organization by ID, ensure it is a positive integer or zero (for the default organization). Non-numeric or negative values will cause validation errors.
- Authentication Errors: Ensure the API key credential is valid and has permission to update organizations. Authentication failures will prevent the update.
- Deployment Token Format: The deployment token must be provided as a non-empty string. Empty or malformed tokens may cause the API to reject the request.
- Network Issues: Connectivity problems with the Binalyze AIR API endpoint will cause execution failures. Verify network access and API availability.
- Unknown Resource Error: If the resource parameter is incorrect or missing, the node will throw an error indicating an unknown resource.
Links and References
- Binalyze AIR Official Documentation — For detailed API usage and deployment token management.
- n8n Documentation — For general guidance on using credentials and custom nodes.