# วิธีเรียกดูรายชื่อพนักงานทั้งหมดที่มีอยู่ในระบบจาก 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="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2Fy5qAe14SoGj5v1d5qAon%2Fimage.png?alt=media&#x26;token=f0f101b0-14cd-4ce4-9cb5-4bd771fcc2f6" alt=""><figcaption><p>นำ Code ที่ทาง WellExp ให้ มาใส่ แล้วนำข้อมูล Username ที่ต้องการค้นหา มาใส่ในส่วนของ "keyword"</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2FPz0EjfxBvGwKuYl7gfTA%2Fimage.png?alt=media&#x26;token=c8003073-4718-4888-b3a8-90060838d53c" alt=""><figcaption><p>มี User ที่ใช้ Username อยู่ในระบบ</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2F9KGsFuYaLJNDYwMnfyxs%2Fimage.png?alt=media&#x26;token=940e7499-232f-4fa0-8109-95249fe75746" alt=""><figcaption><p>ไม่มี User ที่ใช้ Username อยู่ในระบบ</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.wellexp.co/api-manual/usename-keyword.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
