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
Example request
{
"user_id": "2244994945"
}Response
The request has succeeded.