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 integrates with Binalyze AIR to manage its various resources. Specifically, for the Organization - Get operation, it retrieves detailed information about a single organization within Binalyze AIR. This is useful when you want to fetch metadata or configuration details of an organization by selecting it from a list, specifying its ID, or providing its name.
Practical examples include:
- Automating workflows that require organization-specific data for reporting or auditing.
- Fetching organization details before performing further operations like user assignments or policy updates.
- Integrating organization info into dashboards or other systems for centralized management.
Properties
| Name | Meaning |
|---|---|
| Organization | The target organization to retrieve. You can specify it in one of three ways: |
| - From List: Select an organization from a searchable dropdown list. | |
| - By ID: Enter the organization's numeric ID (must be a positive number or 0 for the default organization). | |
| - By Name: Enter the exact name of the organization. |
Output
The output JSON contains the detailed information of the requested organization as returned by the Binalyze AIR API. This typically includes fields such as organization ID, name, description, creation date, and other metadata relevant to the organization entity.
No binary data output is expected for this operation.
Dependencies
- Requires an active connection to Binalyze AIR via an API key credential configured in n8n.
- The node depends on the Binalyze AIR API being accessible and the provided credentials having permission to read organization data.
Troubleshooting
Common Issues:
- Invalid organization ID format: The ID must be a positive integer or zero for the default organization.
- Organization not found: If the specified organization does not exist or the name/ID is incorrect, the API will return an error.
- Authentication errors: Ensure the API key credential is valid and has sufficient permissions.
Error Messages:
"Unknown resource: organizations"— This indicates a misconfiguration in the resource parameter; ensure "Organization" is selected.- Validation error for organization ID input if it doesn't match the required regex pattern.
- API errors related to authorization or network issues should be checked by verifying credentials and connectivity.
Links and References
- Binalyze AIR Official Documentation
- Binalyze AIR API Reference
- n8n Documentation on Creating Custom Nodes