# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meetra.ai/meetra-ai-conversation-intelligence-api-reference/rename-speaker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
