Skip to main content
discord.listThreadMembers lists membership records for a thread.
automations/discord-list-thread-members.automation.ts

Inputs

Required threadId. Optional after user cursor and limit from 1–100. Optional second argument { account } selects the Discord binding.

Output

Returns DiscordThreadMember[] with thread ID, user ID, join timestamp, and flags when Discord provides them.

Discord behavior

The bot must be able to view the thread. Private-thread membership follows Discord’s access rules.