POST
/
fusion
/
profiles
/
refresh
curl --request POST \
  --url https://api.tapti.ai/fusion/profiles/refresh \
  --header 'Content-Type: application/json' \
  --data '{
  "user_account_ids": [
    "123e4567-e89b-12d3-a456-426614174000",
    "123e4567-e89b-12d3-a456-426614174001"
  ]
}'
{
  "job_id": "47f85f19-60fc-4524-9c99-42a96c286d86"
}

Body

application/json

The profiles to refresh

The body is of type object.

Response

200
application/json

Profiles refreshed successfully

The response is of type object.