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

Documentation Index

Fetch the complete documentation index at: https://br.developers.hubspot.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

userId
integer<int32>
obrigatório

O usuário do relatório

Resposta

successful operation

enqueueTime
object
obrigatório
userEmail
string
obrigatório

E-mail do usuário

userId
integer<int32>
obrigatório

ID do usuário

Last modified on April 13, 2026