> For the complete documentation index, see [llms.txt](https://guide.wellexp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wellexp.co/api-manual/usename-keyword.md).

# วิธีเรียกดูรายชื่อพนักงานทั้งหมดที่มีอยู่ในระบบจาก Usename ผ่านตัวแปร keyword

• เข้าที่ Folder "Employee"\
• เลือก sub folder "list"\
• เลือก tab menu "Body"\
• นำ request มาใส่

```postman_json
{
    "partner_id": "{{partner-id}}",
    "keyword": "",
    "offset": 0,
    "limit": 200
}
```

• นำข้อมูล Username ที่ต้องการค้นหา มาใส่ในส่วนของ "keyword"\
• กด "Send"

<figure><img src="/files/RT6e5fZXq0jyYVQ4PazE" alt=""><figcaption><p>นำ Code ที่ทาง WellExp ให้ มาใส่ แล้วนำข้อมูล Username ที่ต้องการค้นหา มาใส่ในส่วนของ "keyword"</p></figcaption></figure>

ในกรณีที่มี User ที่ใช้ Username อยู่ในระบบ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/DCrGc35gaRR2v6dMos2v" alt=""><figcaption><p>มี User ที่ใช้ Username อยู่ในระบบ</p></figcaption></figure>

แต่ถ้า ไม่มี User ที่ใช้ Username อยู่ในระบบ จะขึ้นข้อความ Response ดังภาพด้านล่าง

<figure><img src="/files/LyJz0V6whKYwBrY464MO" alt=""><figcaption><p>ไม่มี User ที่ใช้ Username อยู่ในระบบ</p></figcaption></figure>
