Skip to main content

Get User Info

Retrieves the current user's ElevenLabs account information.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.

Inputs

  • Connection Id (String) - Connection ID from the Connect node. Optional if you provide API Key directly.

Options

  • API Key - Your ElevenLabs AI API key. Optional if using Connection ID.

Outputs

  • User Info (Object) - User account information including:
    • user_id - Unique user identifier
    • subscription - Subscription details
    • is_new_user - Whether this is a new account
    • xi_api_key - API key information
    • can_use_delayed_payment_methods - Payment method capabilities
    • first_name - User's first name
    • is_onboarded - Onboarding status

How It Works

The Get User Info node retrieves account information. When executed, the node:

  1. Either uses the provided connection or creates a new client with direct API key
  2. Calls the ElevenLabs API to retrieve user information
  3. Returns the complete user account details

Requirements

  • Valid ElevenLabs API key (via Connect node or direct option)

Error Handling

The node will return an error in the following case:

  • Retrieval failure - "Failed to retrieve user info: [error details]"

Usage Notes

  • Returns general account information
  • Useful for verifying API key validity
  • Subscription details indicate account type and status
  • Use Get User Subscription Info for detailed usage and quota information
  • The user_id is unique to your account
  • API key validity is confirmed by successful retrieval
  • Can be used to check account status before operations

Example Use Cases

  • Verifying API key is valid
  • Checking account status
  • Retrieving user identification information
  • Confirming account configuration
  • Building account management interfaces
  • Checking subscription status at a high level
  • Auditing account details