Write

Update List Details

Update a list's name, description, or archived status by list ID. Set archived to true to retire a finished list or false to bring it back into rotation, and pass a new name or description to keep it current. Returns a not found error if the supplied list ID does not exist.

update_listPATCH/api/v1/lists/{list_id}
crispy — bash

Example prompt: Rename the 'senior-clinical-belgium' list to 'Senior Clinical Belux' and update its description

{
  "id": "senior-clinical-belgium",
  "name": "Senior Clinical Belux",
  "description": "Senior clinical leads in Belgium and Luxembourg",
  "archived": false
}
Permission scope
core
Access
Write
Category
Lists

What you can build

Rename a list as a campaign focus or segment definition evolves
Archive a completed list to declutter your workspace without losing it
Unarchive a past list to reuse its segment for a new campaign
Refine a list description so teammates understand its purpose

Parameters

Inputs accepted by update_list.

NameTypeDescription
list_idstringThe list ID to update
namestringNew list name
descriptionstringNew list description
archivedbooleanSet to true to archive, false to unarchive

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.