# วิธีเรียกดู Profile พนักงานจาก employee\_id

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

```postman_json
{
    "partner_id": "{{partner-id}}",
    "employee_id": 
}
```

• นำข้อมูล id ของพนักงานที่ต้องการค้นหา มาใส่ในส่วนของ "employee\_id"\
• กด "Send"

<figure><img src="/files/YOnJTmNsEQhcPvgteTtm" alt=""><figcaption><p>นำข้อมูล id ของพนักงานที่ต้องการค้นหา มาใส่ในส่วนของ "employee_id"</p></figcaption></figure>

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

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

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

<figure><img src="/files/dC44roGdYDPkzoPsWahb" alt=""><figcaption><p>ไม่มี User อยู่ในระบบ</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/profile-employee_id.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.
