> For the complete documentation index, see [llms.txt](https://docs.podigee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/send-a-listener-password-reset.md).

# Send a listener password reset

Send one private-feed password reset and verify the durable delivery result safely.

Send the reset only to the exact listener record after a reviewed preview.

## Before you start

* List listeners and select the exact listener ID.
* Confirm the registered email, podcast, and listener status.
* Prepare one stable idempotency key.

## Send the reset

1. Preview `send_listener_password_reset` with the listener ID and `dry_run: true`.
2. Review the listener record and exact action.
3. Confirm the fresh preview with `dry_run: false` and the same idempotency key.
4. Keep the returned operation ID.
5. Confirm that the result reports `reset_email_sent: true` for the intended listener ID.

The durable operation commits delivery before the email handoff. This prevents an ambiguous retry from sending duplicate reset emails.

## Expected result

Podigee reports one committed reset email for the intended listener.

## If delivery outcome is unknown

Do not send another reset automatically. Preserve the operation ID and terminal error. Ask the listener to check the registered mailbox, then use a deliberate new action only when needed.

## Next step

[Protect listener data and private URLs](/documentation/start-here/ai-agents/manage-private-feed-access/protect-listener-data-and-private-urls.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.podigee.com/documentation/start-here/ai-agents/manage-private-feed-access/send-a-listener-password-reset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
