Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation creates a new user within a specified account in the system. It is useful for managing user roles and permissions by adding users as administrators or agents to an account. For example, an admin can add a support agent to an account to handle customer queries.

Use Case Examples

  1. Adding a new agent user to a customer support account.
  2. Creating an administrator user for managing account settings.

Properties

Name Meaning
Account Id The numeric ID of the account where the user will be added.
User Id The ID of the user to be added to the account.
Role The role assigned to the user, such as administrator or agent.
Request Options Additional request settings such as batching, SSL handling, proxy, and timeout options.

Output

JSON

  • response - The JSON response from the API after creating the account user, typically including details of the created user and status.

Dependencies

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

Troubleshooting

  • Ensure the Account Id and User Id are valid numeric values; invalid IDs will cause request failures.
  • Role must be correctly specified as 'administrator' or 'agent'; incorrect roles may be rejected by the API.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correctly formatted if used; incorrect proxy configuration can block requests.
  • Timeouts can occur if the server is slow; increase the timeout setting if necessary.

Links

Discussion