Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation deletes a user from a specified account by their user ID. It is useful in scenarios where you need to manage account users programmatically, such as removing access for users who no longer require it or automating user management workflows.

Use Case Examples

  1. Removing a user from an account when they leave a team.
  2. Automating cleanup of inactive users from accounts.

Properties

Name Meaning
Account Id The numeric ID of the account from which the user will be deleted.
User Id The ID of the user to be deleted from the account.
Request Options Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • success - Indicates whether the user deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

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

Troubleshooting

  • Ensure the Account Id and User Id are correct and exist in the system to avoid errors.
  • If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option.
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors can occur if the server is slow to respond; increase the timeout value if needed.

Discussion