AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node retrieves detailed API token information for a specific user by their User ID from the Users resource. It is useful for administrators or systems that need to audit or manage user API tokens, such as checking token validity, permissions, or usage details. For example, it can be used to fetch API token details to verify access rights or troubleshoot authentication issues for a given user.

Properties

Name Meaning
User Id The unique identifier of the user whose API token details are to be retrieved. This is a required string input, e.g., "225494730938493804".

Output

JSON

  • apiTokenDetails - Detailed information about the user's API token, including metadata such as token permissions, creation date, expiration, and status.

Dependencies

  • Requires an API key credential to authenticate requests to the external Users API service.

Troubleshooting

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

Discussion