App Logo
instagram.com

Get Instagram DM participants

List the participants of an Instagram DM thread by thread_id (from get_inbox) — mainly useful for group DMs. Returns each participant's username, full name, profile picture and whether they are the viewer or a group admin.

Input

threadId required

Instagram DM thread id (the thread_id field from instagram.com/get_inbox).

Output

count required
threadId required
participants required
isGroup optional
threadTitle optional

FAQ

List the participants of an Instagram DM thread by thread_id (from get_inbox) — mainly useful for group DMs. Returns each participant's username, full name, profile picture and whether they are the viewer or a group admin.
Required: threadId.
It returns count, isGroup, threadId, threadTitle, participants.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It only reads. It looks things up on instagram.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/instagram.com/get_dm_participants, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/get_dm_participants
It is part of Reduck's official curated catalogue.

Start building not clicking