# Discourse-user-notes API

**URL:** https://meta.discourse.org/t/discourse-user-notes-api/240948
**Category:** Development
**Tags:** user-notes, rest-api
**Created:** [October 4, 2022, 9:34pm UTC](https://meta.discourse.org/t/discourse-user-notes-api/240948 "2022-10-04T21:34:53Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![codetricity](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codetricity/32/3773_2.png) [@codetricity](https://meta.discourse.org/u/codetricity)
#### Post date: [October 21, 2022, 11:20pm UTC](https://meta.discourse.org/t/discourse-user-notes-api/240948/4 "2022-10-21T23:20:23Z")

</div>

> [@API for Admin Report Data](https://meta.discourse.org/t/api-for-admin-report-data/242426/4):
>
> I just did a test on Meta with curl https://meta.discourse.org/admin/reports/staff\_logins.json \ -H 'Api-Key: asdasdasdasd' \ -H 'Api-Username: Falco' and it worked just fine for me. Can you try like that?

Thanks to @Falco , I am able to get the user\_notes.

```plaintext
curl https://community.domain.com/admin/reports/user_notes.json \
  -H 'Api-Key: abcdefghijklmnop' \
  -H 'Api-Username: system'

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-user-notes-api/240948)._
