HubSpot Users API
Arcade Unoptimized
Tools that enable LLMs to interact directly with the Hubspot Users API
7tools
HubSpot Users API Toolkit
This toolkit connects LLMs to the HubSpot Users API, enabling programmatic management of users, roles, and teams within a HubSpot account.
Capabilities
- User lifecycle management: Create new users (with default contacts-base permissions and welcome email), retrieve individual users by ID or email, update user attributes, and permanently remove users.
- User listing: Fetch a paginated list of all users associated with a HubSpot account for auditing or bulk operations.
- Roles and teams visibility: Retrieve all account-level roles and all teams, supporting access reviews and organizational management workflows.
OAuth
This toolkit uses OAuth 2.0 via HubSpot. See the Arcade HubSpot auth provider docs for setup details, required scopes, and configuration steps.
Available tools(7)
7 of 7 tools
| Tool name | Description | Secrets | |
|---|---|---|---|
Create a new user in HubSpot with basic permissions.
This tool creates a new user in HubSpot with minimal permissions (contacts-base). The user will receive a welcome email to set a password and log in. | |||
Retrieve a list of users from a HubSpot account.
Use this tool to get a list of users associated with a specific HubSpot account. It is useful for managing or viewing user information within the account. | |||
Retrieve all user roles from an account.
This tool is called to fetch and list all the roles available on a specific account from Hubspot. | |||
Remove a user from HubSpot using their ID or email.
This tool removes a user from HubSpot, identified by either their user ID or email. It should be called when a user needs to be permanently deleted or archived from the HubSpot system. | |||
Retrieve Hubspot user details using user ID or email.
Call this tool to retrieve detailed information about a Hubspot user identified by their user ID or optionally by email. | |||
Update information for a specified Hubspot user.
This tool modifies the information of a Hubspot user identified by `userId`. It can be called when you need to update user data using their ID or email. | |||
Retrieve all teams for the account.
Call this tool to view all teams associated with a specific account in Hubspot. Useful for managing or reviewing team structures. |
Get Building
Last updated on