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 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
- Removing a user from an account when they leave a team.
- 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.