# Can I use API keys for this?

**URL:** https://meta.discourse.org/t/can-i-use-api-keys-for-this/186353
**Category:** Development
**Created:** [April 10, 2021, 10:46pm UTC](https://meta.discourse.org/t/can-i-use-api-keys-for-this/186353 "2021-04-10T22:46:21Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [April 12, 2021, 4:14pm UTC](https://meta.discourse.org/t/can-i-use-api-keys-for-this/186353/3 "2021-04-12T16:14:48Z")

</div>

> [@Krunnie](#):
>
> here’s possible for us to update trust levels through the update API?

Yes, that is possible. It’s a `PUT` to `/admin/users/${user.id}/trust_level` passing the parameter `level` with the number of the trust level you want.

You can learn all the API can do at [How to reverse engineer the Discourse API](https://meta.discourse.org/t/how-to-reverse-engineer-the-discourse-api/20576)

---

_[View the full topic](https://meta.discourse.org/t/can-i-use-api-keys-for-this/186353)._
