Hierarchy

  • UserAccountsApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableUserAccountsApi

Methods

  • Deletes a user account from HubSpot, meaning that HubSpot will no longer send requests to the external accounting system for this user. Delete user account

    Parameters

    • accountId: string

      The ID of the user account to delete.

    • Optional _options: Configuration

    Returns Promise<void>

  • Creates an account which contains the information about the account in the external accounting system. This must be called after a user connects their HubSpot account to the external accounting system, as there is no other way for HubSpot to obtain the external account details. Create a user account

    Parameters

    Returns Promise<void>

Generated using TypeDoc