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 manages organizations within the Binalyze AIR platform. Specifically, the Remove User operation allows you to remove a user from a specified organization. This is useful in scenarios where you need to revoke a user's access or membership from an organization, such as when an employee leaves a team or when cleaning up user assignments.
Practical examples:
- Automatically removing users from an organization after their role changes.
- Managing organization memberships dynamically based on external HR systems.
- Cleaning up test or temporary users from organizations in bulk workflows.
Properties
| Name | Meaning |
|---|---|
| Organization | The target organization from which the user will be removed. You can select by list, ID, or name. |
| User ID | The unique identifier of the user to remove from the selected organization. |
Output
The node outputs JSON data representing the result of the removal operation. Typically, this will confirm whether the user was successfully removed from the organization. The exact structure depends on the API response but generally includes status information and possibly details about the updated organization or user state.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Binalyze AIR API.
- The node depends on the Binalyze AIR service being accessible and the authenticated user having permissions to modify organization memberships.
Troubleshooting
- Invalid Organization ID or User ID: Ensure that the organization ID is a positive number (or 0 for default organization) and the user ID is correct. Invalid IDs will cause errors.
- Permission Denied: If the API key does not have sufficient rights to remove users from the organization, the operation will fail. Verify API credentials and permissions.
- User Not Found in Organization: Attempting to remove a user who is not part of the organization may return an error or no-op. Confirm the user’s membership before removal.
- Network or API Errors: Connectivity issues or API downtime can cause failures. Check network connectivity and Binalyze AIR service status.
Links and References
- Binalyze AIR API Documentation (for detailed API endpoints and responses)
- n8n Documentation (for general node usage and workflow building)