twtr_lists_members_create_all: POST lists/members/create_all

Description Usage Arguments See Also

View source: R/lists_members_create_all .R

Description

POST lists/members/create_all

Usage

1
2
twtr_lists_members_create_all(list_id, slug, user_id = NULL,
  screen_name = NULL, owner_screen_name = NULL, owner_id = NULL, ...)

Arguments

list_id

The numerical id of the list.

slug

You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you<c2><81>fll also have to specify the list owner using the owner_id or owner_screen_name parameters.

user_id

A comma separated list of user IDs, up to 100 are allowed in a single request.

screen_name

A comma separated list of screen names, up to 100 are allowed in a single request.

owner_screen_name

The screen name of the user who owns the list being requested by a slug.

owner_id

The user ID of the user who owns the list being requested by a slug.

See Also

https://dev.twitter.com/rest/reference/post/lists/members/create_all


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.