Pular para o conteúdo principal
POST
/
crm
/
v4
/
associations
/
usage
/
high-usage-report
/
{userId}
Relatório
curl --request POST \
  --url https://api.hubapi.com/crm/v4/associations/usage/high-usage-report/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "enqueueTime": {
    "dateOnly": true,
    "timeZoneShift": 123,
    "value": 123
  },
  "userEmail": "<string>",
  "userId": 123
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

userId
integer<int32>
required

O usuário do relatório

Response

successful operation

enqueueTime
object
required
userEmail
string
required

E-mail do usuário

userId
integer<int32>
required

ID do usuário

Last modified on December 9, 2025