threads_add_member
threads_add_member
Section titled “threads_add_member”Category: threads
Add a guild user to a thread (private or public).
When to use
Section titled “When to use”- Loop a moderator or expert into an existing discussion.
When NOT to use
Section titled “When NOT to use”- Mass-onboarding → mention them in the parent channel instead; spammy mass-add risks rate limits.
| Field | Type | Required | Description |
|---|---|---|---|
thread_id | string | yes | Thread to add the user to |
user_id | string | yes | User to add |
Returns
Section titled “Returns”\{added, thread_id, user_id\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
added | boolean | yes | |
thread_id | string | yes | Discord channel ID (snowflake) |
user_id | string | yes | Discord user ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |