# Discourse Gamification

**URL:** https://meta.discourse.org/t/discourse-gamification/225916
**Category:** Plugin
**Tags:** official, gamification, included-in-core
**Created:** [May 2, 2022, 7:14pm UTC](https://meta.discourse.org/t/discourse-gamification/225916 "2022-05-02T19:14:25Z")
**Posts on this page:** 1
**Showing post:** 436

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [September 1, 2025, 11:17pm UTC](https://meta.discourse.org/t/discourse-gamification/225916/436 "2025-09-01T23:17:47Z")

</div>

You may want to see:

> [@How to adjust gamification points without retroactively updating point values for old score-able actions](https://meta.discourse.org/t/how-to-adjust-gamification-points-without-retroactively-updating-point-values-for-old-score-able-actions/308447):
>
> Problem statement If you use the [Discourse Gamification Plugin](https://meta.discourse.org/t/discourse-gamification-plugin/225916) to award users points for contributing to your community, you may have come across a need to adjust point values based on emerging trends. In the [SailPoint Developer Community](https://developer.sailpoint.com/discuss), we use the Gamification Plugin to power our [Ambassador program](https://developer.sailpoint.com/ambassadors/). Users who make valuable contributions to our community earn points which in turn are used to determine the level of perks they receive. As our community has grown and the number of contributions…

which has this curl request inside:

```plaintext
curl --location 'https://my.discourse.com/admin/plugins/gamification/score_events' \
--header 'Api-Key: <your key>' \
--header 'Api-Username: <your username>' \
--header 'Content-Type: application/json' \
--data '{
    "user_id": "101",
    "date": "2024-05-15",
    "points": "-141",
    "description": "Gamification point adjustment"
}'

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-gamification/225916)._
