v1

latestOpenAPI 3.0.0Twitter Developer Agreement and Policy2026-07-1480235216.3 KB
Lists

Add a List member

Causes a User to become a member of a List.

post/2/lists/{id}/members

Path parameters

idstring required

The unique identifier of this List.

Example:1146654567674912769

The ID of the List for which to add a member.

Request body

user_idstring required

Unique identifier of this User. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

Example request

{
  "user_id": "2244994945"
}

Response

The request has succeeded.