# Rename Speaker

**Endpoint**&#x20;

`/single-feature-api/meeting/meeting-interactions`<br>

**HTTP Method:** PUT

#### Parameters

* **Authorization**: Bearer token *(header)*
* **speaker\_id**: ID of the speaker *(query)*
* **new\_speaker\_alias**: New alias for the speaker *(query)*

#### Responses

* **200 OK**: Speaker alias successfully renamed
* **400 Bad Request**: Invalid request
* **401 Unauthorized**: Unauthorized access
* **404 Not Found**: Speaker not found

By utilizing this endpoint, you can easily update the alias of a speaker, providing more descriptive and meaningful labels to enhance the clarity and understanding of your meeting content. Aliased speaker names become available to the speaker detection engine for future uploads.&#x20;

***

<br>
