# Como posso atualizar o nível de confiança via site SSO

**URL:** https://meta.discourse.org/t/how-can-i-update-trust-level-via-sso-site/23876
**Category:** SSO
**Tags:** trust-levels, rest-api
**Created:** [11 Janeiro , 2015 04:01 UTC](https://meta.discourse.org/t/how-can-i-update-trust-level-via-sso-site/23876 "2015-01-11T04:01:19Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [14 Janeiro , 2015 12:42 UTC](https://meta.discourse.org/t/how-can-i-update-trust-level-via-sso-site/23876/9 "2015-01-14T12:42:49Z")

</div>

Updated the API howto topic:

> [@Discourse REST API Documentation](https://meta.discourse.org/t/discourse-api-documentation/22706):
>
> Discourse API Please view the Discourse API Documentation site for detailed info: [https://docs.discourse.org](https://docs.discourse.org)information_source Authentication API requests must use HTTP header based authentication. Pass your Api-Key and Api-Username as HTTP headers. Authentication via query parameters or request body is not supported (this was removed in April 2020). Please see the example cURL request below. The only API endpoints that continue to support credentials in query parameters are requests to…

Search for _Update trust level_ and _Grant a badge to user_ in the topic.

Also updated the [`discourse_api`](https://github.com/discourse/discourse_api) gem source code to provide endpoints for [updating user trust level](https://github.com/discourse/discourse_api/pull/65) and [granting a badge](https://github.com/discourse/discourse_api/pull/66).

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-update-trust-level-via-sso-site/23876)._
