# List followers

`needleListInstagramFollowers`

List the followers of an Instagram account. Omit identity for the connected account.

**Input**

- `connectedAccountId` (string · uuid, required): Connected account to act as
- `identity` (string, optional): Whose followers to read. Omit for the connected account.
- `cursor` (string, optional)
- `limit` (integer, optional): Page size, up to 25. A page can hold fewer, so follow cursor until it comes back null.
