AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node deletes a specific Service User from the system by their unique Service User ID. It is useful in scenarios where you need to programmatically remove user accounts, such as cleaning up inactive users or managing user lifecycle in an automated workflow.

Properties

Name Meaning
Service User Id The unique identifier of the Service User to be deleted. This ID is required to specify which user record should be removed.

Output

JSON

  • success - Indicates whether the deletion operation was successful (true/false).
  • message - Provides additional information or confirmation about the deletion result.

Dependencies

  • Requires an API key credential to authenticate requests to the backend service managing Service Users.

Troubleshooting

  • If the Service User ID is invalid or does not exist, the node may return an error indicating the user was not found. Verify the ID is correct and exists in the system.
  • Authentication errors may occur if the API key credential is missing or invalid. Ensure valid credentials are configured.
  • Network or connectivity issues can cause request failures. Check network access and endpoint availability.

Discussion