HubSpot Users API
Arcade Unoptimized
Tools that enable LLMs to interact directly with the Hubspot Users API
7tools
Arcade's HubspotUsersApi toolkit allows developers to interact seamlessly with the HubSpot Users API, enabling efficient management of user data and roles within HubSpot accounts.
Capabilities
- Create, retrieve, update, and remove users in HubSpot.
- Fetch user roles and teams associated with specific accounts.
- Manage user permissions effectively through targeted API calls.
OAuth
- This toolkit utilizes OAuth2 for authentication, requiring the following scopes: crm.objects.users.read, crm.objects.users.write, settings.users.read, settings.users.teams.read, settings.users.write.
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