POST :user/:list_id/create_all
Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members, and you are limited to adding up to 100 members to a list at a time with this method.
URL
http://api.twitter.com/version/:user/:list_id/create_all.format
Supported formats
xml, json
Supported request methods
POST
Requires Authentication
Rate Limited
false About rate limiting »
Parameters
Optional
-
user_id
A comma separated list of user IDs, up to 100 are allowed in a single request.
- http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?user_id=783214,6253282
-
screen_name
A comma separated list of screen names, up to 100 are allowed in a single request.
- http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?screen_name=twitterapi,twitter