> 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/profile-employee_id.md).

# วิธีเรียกดู 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>
