Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node allows the creation of a new user in the system by providing essential user details such as name, email, and password. It supports adding custom attributes to the user profile, enabling flexible user data management. This node is useful in scenarios where automated user registration or bulk user creation is needed, such as onboarding new employees, registering customers, or managing user accounts in an application.

Use Case Examples

  1. Automatically create a user account when a new customer signs up on a website.
  2. Batch create multiple users with custom attributes for a marketing campaign.
  3. Integrate with an HR system to add new employees to the user database.

Properties

Name Meaning
Name The name of the user to be created.
Email The email address of the user to be created.
Password The password for the user account, which must contain uppercase, lowercase letters, a number, and a special character.
Custom Attributes Custom JSON attributes to associate with the user, allowing additional user-specific data to be stored.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • id - Unique identifier of the created user.
  • name - Name of the created user.
  • email - Email address of the created user.
  • custom_attributes - Custom attributes associated with the created user.
  • created_at - Timestamp when the user was created.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the password meets the complexity requirements (uppercase, lowercase, number, special character) to avoid validation errors.
  • Check that the email address is unique and properly formatted to prevent creation failures.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Verify proxy settings if requests fail due to network issues.
  • Adjust timeout settings if the server response is slow or times out.

Discussion