Set Notification Level for User for Tags in backend

For categories I see there is
CategoryUser.set_notification_level_for_category

Is there one for tags?

It is possible from a Tags page eg.

As far as a “back end” setting, I don’t think so.

Members have a way to “opt in” to a Tag.

IMHO having a back end way to set a notification level as default would not be a good idea unless maybe if there was an easy way for members to change the setting.

2 Likes

I’m sure there is likely a way too do it via the API. Watching network tools would help show you where it is being done.

2 Likes

I know there’s a plugin for doing this approach with Categories, I just haven’t seen the method for Tags.

I see a TagUser class but no methods for setting notification levels