# Don't watch created topic

**URL:** <https://meta.discourse.org/t/dont-watch-created-topic/133389>\
**Category:** Development\
**Tags:** rest-api\
**Created:** [November 14, 2019, 1:35pm UTC](https://meta.discourse.org/t/dont-watch-created-topic/133389 "2019-11-14T13:35:57Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![maggiomj](https://avatars.discourse-cdn.com/v4/letter/m/bb73d2/32.png) [@maggiomj](https://meta.discourse.org/u/maggiomj)\
**Post date:** [November 14, 2019, 1:35pm UTC](https://meta.discourse.org/t/dont-watch-created-topic/133389/1 "2019-11-14T13:35:57Z")

</div>

I’m trying to figure out if there is a config option for the default notification level on a created topic (specifically, I don’t want a user to automatically watch a topic they create). I’m using Discourse as a forum backend and calling the APIs, so I know how I might workaround this in that fashion, but I’d be sad if I missed the config to avoid that. Thanks in advance

---

<div class="post-metadata">

**Author:** ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)\
**Post date:** [November 14, 2019, 8:20pm UTC](https://meta.discourse.org/t/dont-watch-created-topic/133389/2 "2019-11-14T20:20:14Z")

</div>

> [@maggiomj](#):
>
> I’m trying to figure out if there is a config option for the default notification level on a created topic (specifically, I don’t want a user to automatically watch a topic they create).

There is no option for this, but since you are creating topics through the API, you can accomplish it by setting the parameter `auto_track` to `false` when you create the topic.

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [August 10, 2023, 8:34pm UTC](https://meta.discourse.org/t/dont-watch-created-topic/133389/3 "2023-08-10T20:34:32Z")

</div>



---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [September 9, 2023, 8:35pm UTC](https://meta.discourse.org/t/dont-watch-created-topic/133389/4 "2023-09-09T20:35:24Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
