Skip to main content
discord.listMembers list a page of members in a Discord server.
automations/discord-list-members.automation.ts

Inputs

Required guildId; optional after user ID and limit from 1–1,000. Optional second argument { account } selects the Discord binding.

Output

Returns DiscordMember[] with user, nickname, roles, join time, and timeout state.

Discord behavior

Large member lists may require the privileged Server Members intent to be enabled for the bot application.