# Gibt es eine Möglichkeit, mit der API alle E-Mails von Benutzern zu erhalten?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-get-all-emails-of-users-with-the-api/131077
**Category:** Development
**Tags:** rest-api
**Created:** [15. Oktober 2019 um 16:57 UTC](https://meta.discourse.org/t/is-there-a-way-to-get-all-emails-of-users-with-the-api/131077 "2019-10-15T16:57:12Z")
**Posts on this page:** 1
**Showing post:** 6

<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: [15. Oktober 2019 um 17:32 UTC](https://meta.discourse.org/t/is-there-a-way-to-get-all-emails-of-users-with-the-api/131077/6 "2019-10-15T17:32:51Z")

</div>

> [@alank](#):
>
> SSO-Autorisierung

Wenn Sie _echte_ [Discourse SSO](https://meta.discourse.org/t/official-single-sign-on-for-discourse-sso/13045?u=falco) verwenden, können Sie das Vorhandensein eines Benutzers über seine externe eindeutige ID abfragen, die im SSO-Payload übergeben wird, indem Sie `GET https://example.com/u/by-external/<EXTERNAL_ID>` aufrufen.

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-way-to-get-all-emails-of-users-with-the-api/131077)._
