:rtype: :class:`List` object
-.. method:: API.list_members(owner, slug, cursor)
+.. method:: API.list_members(list_id/slug, [owner_id/owner_screen_name], [cursor])
Returns the members of 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