> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/th/team-management/managing-members.md).

# การจัดการสมาชิก

***

#### **ฉันจะเชิญสมาชิกในทีมได้อย่างไร?**&#x20;

ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`สมาชิก`</mark> > <mark style="color:$primary;">`เชิญสมาชิก`</mark>. คุณสามารถเชิญคนได้ 2 วิธี:

* **คำเชิญทางอีเมล** — ส่งคำเชิญโดยตรงไปยังอีเมลของพวกเขา.
* **ลิงก์คำเชิญ** — สร้างลิงก์ที่แชร์ได้ ซึ่งใช้งานได้ 24 ชั่วโมง.

<figure><img src="/files/1348720f7e6c0734da4d28585951c580c9678b49" alt=""><figcaption></figcaption></figure>

#### **ลิงก์คำเชิญของฉันหมดอายุแล้ว ฉันควรทำอย่างไร?**&#x20;

ลิงก์คำเชิญใช้งานได้ 24 ชั่วโมง หากลิงก์หมดอายุ เพียงสร้างลิงก์ใหม่จาก <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`สมาชิก`</mark> > <mark style="color:$primary;">`เชิญสมาชิก`</mark> > <mark style="color:$primary;">`เชิญผ่านลิงก์`</mark>.&#x20;

#### **มีใครสามารถเข้าร่วมทีมของฉันได้โดยไม่มีบัญชี BoxHero ไหม?**&#x20;

ไม่ได้ ทุกคนที่คุณเชิญเป็นสมาชิกจะต้องสร้างบัญชี BoxHero แบบฟรีเพื่อเข้าถึงทีมของคุณ หากคุณเพียงต้องการแชร์ข้อมูลสินค้าคงคลังกับใครสักคน (เช่น ซัพพลายเออร์หรือลูกค้า) ให้ใช้ [ลิงก์สินค้าคงคลัง](https://www.boxhero.io/docs/other-features/inventory-link) แทน ซึ่งไม่จำเป็นต้องมีบัญชี.

#### **ผู้ใช้คนเดียวสามารถเป็นสมาชิกได้หลายทีมไหม?**&#x20;

ได้ บัญชี BoxHero หนึ่งบัญชีสามารถเป็นสมาชิกของหลายทีมได้ โดยแต่ละทีมมีบทบาทและสิทธิ์ของตนเอง คุณสามารถสลับระหว่างทีมได้จากตัวเลือกทีมในแอป.

<figure><img src="/files/a89ddfd320c042746f1c7161e48f6558ad40dd04" alt=""><figcaption></figcaption></figure>

#### **ฉันจะเปลี่ยนบทบาทของสมาชิกได้อย่างไร?**&#x20;

ผู้ดูแลระบบสามารถอัปเดตบทบาทของสมาชิกคนใดก็ได้ทุกเมื่อภายใต้ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`สมาชิก`</mark>. ค้นหาสมาชิก คลิกบทบาทปัจจุบันของพวกเขา แล้วเลือกบทบาทใหม่ การเปลี่ยนแปลงจะมีผลทันที.

#### **ฉันจะลบสมาชิกออกจากทีมได้อย่างไร?**&#x20;

ไปที่ <mark style="color:$primary;">`การตั้งค่า`</mark> > <mark style="color:$primary;">`สมาชิก`</mark>, ค้นหาบุคคลที่คุณต้องการลบ แล้วเลือก <mark style="color:$primary;">`ลบ`</mark>. สิทธิ์การเข้าถึงของพวกเขาจะถูกเพิกถอนทันที แต่รายการธุรกรรมสินค้าคงคลังที่พวกเขาบันทึกไว้จะยังคงอยู่ในประวัติของทีมคุณเพื่อใช้ในการตรวจสอบ.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.boxhero.io/docs/faq/th/team-management/managing-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
