Skip to content
DunSocial Docs

Accounts

List connected social accounts and copy their ids.

Post commands need DunSocial social account ids, not @handles. List them after you pick a workspace.

List accounts

dun accounts list
dun accounts list --json
dun accounts list --platform x

--platform filters by provider. Aliases include x / twitter, linkedin, linkedin-business, bluesky, threads, reddit, pinterest, instagram, youtube.

Each row includes:

  • id — use this with --accounts
  • providerName, username, displayName
  • isConnected, expiresAt

Tips

  • Do not invent account ids. Always list first.
  • Connect new accounts in the DunSocial app, then run accounts list again.
  • account / accounts are both accepted.