Settings API Collections

Number of APIs: 46

Users API: Use this API to fetch information about users in the account, along with updating their working hours, timezone, additional phone number, and job title properties.

Business Units API: The following endpoint provides information about business units tied to a user. This may also include information about logos.
User Provisioning API: This API can be used to manage the users on an account and manage the permission sets of those users.

Currencies API: This API can manage the currencies used in your HubSpot account, including setting your account's company currency, creating additional currencies, and updating currency exchange rates.

Fork the collections using Run in Qodex:

Run In Qodex

  1. Currencies API-Currency - get-/settings/v3/currencies/exchange-rates GET {{baseUrl}}/settings/v3/currencies/exchange-rates?limit=100&after=<string>&fromCurrencyCode=CZK&toCurrencyCode=CZK

  2. Users API-Search - post-/crm/v3/objects/users/search POST {{baseUrl}}/crm/v3/objects/users/search

  3. User Provisioning API-Teams - See details about this account's teams GET {{baseUrl}}/settings/v3/users/teams

  4. User Provisioning API-Roles - Retrieves the roles on an account GET {{baseUrl}}/settings/v3/users/roles

  5. User Provisioning API-Users - Retrieves a list of users from an account GET {{baseUrl}}/settings/v3/users/?limit=<integer>&after=<string>

  6. User Provisioning API-Users - Adds a user POST {{baseUrl}}/settings/v3/users/

  7. User Provisioning API-Users - Retrieves a user GET {{baseUrl}}/settings/v3/users/:userId?idProperty=<string>

  8. User Provisioning API-Users - Modifies a user PUT {{baseUrl}}/settings/v3/users/:userId?idProperty=<string>

  9. User Provisioning API-Users - Removes a user DELETE {{baseUrl}}/settings/v3/users/:userId?idProperty=<string>

  10. Users API-Batch - Read a batch of users by internal ID, or unique property values POST {{baseUrl}}/crm/v3/objects/users/batch/read?archived=false