:rtype: :class:`List` object
-.. method:: API.list_subscribers(owner, slug, [cursor])
+.. method:: API.list_subscribers(list_id/slug, [owner_id/owner_screen_name], \
+ [cursor])
- Returns the subscribers of the specified list.
+ Returns the subscribers of the specified list. Private list subscribers will
+ only be shown if the authenticated user owns the specified list.
- :param owner: |list_owner|
+ :param list_id: |list_id|
:param slug: |slug|
+ :param owner_id: |owner_id|
+ :param owner_screen_name: |owner_screen_name|
:param cursor: |cursor|
:rtype: list of :class:`User` objects