Twitter API Explorer

POST list members

Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members.

http://api.twitter.com/1/{{user}}/{{list_id}}/members.{{response_format}}

false

One of the following parameters is required:

Required Parameters:

  • The username of the list owner.

  • The id or slug of the list.

  • * The id of the user to add as a member of the list.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.