# API 또는 다른 방식으로 사용자 필드를 자동으로 업데이트할 수 있나요?

**URL:** https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043
**Category:** Development
**Created:** [4월 6, 2020, 8:33오후 UTC](https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043 "2020-04-06T20:33:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![eextra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eextra/32/170266_2.png) [@eextra](https://meta.discourse.org/u/eextra)
#### Post date: [4월 6, 2020, 8:33오후 UTC](https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043/1 "2020-04-06T20:33:04Z")

</div>

경우: 1~2주에 한 번씩 일부 사용자의 정보(사용자 필드)를 변경하고 싶습니다. 가장 쉬운 방법은 무엇인가요? POST 요청을 보내는 건가요?

---

<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: [4월 6, 2020, 8:52오후 UTC](https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043/2 "2020-04-06T20:52:49Z")

</div>

네, 이를 위해 API를 사용할 수 있습니다. 자세한 내용은 [Discourse API 역공학 방법](https://meta.discourse.org/t/how-to-reverse-engineer-the-discourse-api/20576)을 참고하세요.

---

<div class="post-metadata">

### Author: ![eextra](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eextra/32/170266_2.png) [@eextra](https://meta.discourse.org/u/eextra)
#### Post date: [4월 6, 2020, 9:10오후 UTC](https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043/3 "2020-04-06T21:10:19Z")

</div>

고마워요. 아바타 아래에 사용자 필드가 표시되도록 하려면 어떻게 해야 하나요?

---

<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: [4월 7, 2020, 6:44오후 UTC](https://meta.discourse.org/t/can-i-update-the-user-field-automatically-via-api-or-otherwise/147043/4 "2020-04-07T18:44:09Z")

</div>

[개발자를 위한 Discourse 테마 가이드](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)를 읽어보시는 것을 권합니다.
