Kan User

Interact with Kanboard users and members

Actions2

Overview

This node interacts with Kanboard users and members, allowing you to either retrieve details of a specific user by their ID or list all users. It is useful for scenarios where you need to manage or analyze user data within Kanboard, such as fetching user information for reporting or automation workflows.

Use Case Examples

  1. Retrieve details of a specific Kanboard user by providing their user ID.
  2. List all users in Kanboard to get an overview of all members.

Properties

Name Meaning
Operation The operation to perform on users, either to get a specific user or list all users.
User ID The ID of the user to retrieve (required only for the 'Get' operation).

Output

JSON

  • ``
    • id - The unique identifier of the user.
    • username - The username of the user.
    • name - The full name of the user.
    • email - The email address of the user.
    • role - The role assigned to the user in Kanboard.

Dependencies

  • Kanboard API

Troubleshooting

  • Ensure the Kanboard API credentials are correctly configured and have the necessary permissions.
  • Verify the user ID provided for the 'Get' operation is valid and exists in Kanboard.
  • Check the Kanboard server URL is correct and accessible from the n8n instance.
    Common error message: 'Kan API error: ' indicates an issue with the API request, such as invalid credentials, incorrect URL, or network issues. Verify the API endpoint and credentials to resolve this.

Links

Discussion