Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Adding a new agent user to a customer support account.
- 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
- Konverte Digital API - Create Account User - Official API documentation for creating an account user.