Logo
test-backup API Documentation

Add a member

POST https://api.twitter.com/2/lists/:id/members

Allows the authenticated user to add a member to a List they own.

For full details, see the API reference for this endpoint.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://api.twitter.com/2/lists/:id/members' -d '{"user_id":"user-id-to-add"}'

ENDPOINTS