---
title: "Refresh User Voice Profile"
method: POST
path: "/api/business-intelligence/user-voice-profile"
tags: ["Business Intelligence"]
---

# Refresh User Voice Profile

`POST /api/business-intelligence/user-voice-profile`

Refresh only the authenticated member's personal Voice & Tone profile.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- VoiceProfileRefreshRequest
  - `lookback_days` integer — Number of days to analyze for the latest voice and tone profile.

## Response `200`

Successful Response

- BusinessIntelligenceJobResponse — Response when creating a background job for business intelligence report
  - `job_id` string, required — The background job ID for tracking report generation
  - `status` string — Initial job status

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
