# 사용자 객체에서 external\_id를 어떻게 가져올 수 있나요?

**URL:** https://meta.discourse.org/t/how-can-i-get-external-id-from-the-user-object/147864
**Category:** Support
**Created:** [4월 13, 2020, 7:46오후 UTC](https://meta.discourse.org/t/how-can-i-get-external-id-from-the-user-object/147864 "2020-04-13T19:46:40Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [4월 14, 2020, 7:00오후 UTC](https://meta.discourse.org/t/how-can-i-get-external-id-from-the-user-object/147864/6 "2020-04-14T19:00:29Z")

</div>

여기서 구분이 되는 이유는 엔드포인트가 UI에서 페이지를 렌더링하는 데 필요한 데이터를 반환하기 때문입니다. 아래를 참고하세요:

> [@Reverse engineer the Discourse API](https://meta.discourse.org/t/how-to-reverse-engineer-the-discourse-api/20576):
>
> Discourse is backed by a complete JSON api. Anything you can do on the site you can also do using the JSON api. The API is documented at [docs.discourse.org](https://docs.discourse.org). You can also use the [discourse\_api](https://github.com/discourse/discourse_api) Ruby gem as a client library. However, not every endpoint is documented. To determine how to do something with the JSON API here are some steps you can follow. Example: recategorize a topic. Go to a topic and start editing a category: Open Chrome dev tools, switch to the Network tab, select …

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-get-external-id-from-the-user-object/147864)._
