lists.members.create_all
POST
/lists/members/create_all.json
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. Note that lists can't have
more than 500 members, and you are limited to adding up to 100 members to a list at a time with this
method.
when using these methods such that you are not too rapidly switching between removals and adds on
the same list.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/lists/members/create_all.json'
响应示例响应示例
{}
请求参数
无
返回响应
修改于 2024-09-24 06:06:38