External DocumentationTo learn more, visit the Akamai Client List documentation.
Actions
Update Client List Entries
Perform operations on client list entries.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Entries To Append | A JSON array of new entry objects to add to the client list. For example: |
| Entries To Delete | A JSON array of entry object values to remove from the client list. For example: |
| Entries To Update | A JSON array of entry objects with modifications to apply to existing entries. For example: |
| List ID | The ID of the client list to modify entries in. |
| Parameter | Description |
|---|---|
| Account Switch Key | An account switch key to execute the operation on behalf of a different account. |
{
"appended": [
{
"createDate": "2023-04-05T19:29:02.320+00:00",
"createdBy": "jkowalski",
"description": "Jamaica - North America",
"expirationDate": "2023-12-31T23:59:19.700+00:00",
"listId": "1234_MYIPLIST",
"productionStatus": "INACTIVE",
"stagingStatus": "INACTIVE",
"tags": [
"allowlist2"
],
"type": "GEO",
"updateDate": "2023-04-05T19:29:02.320+00:00",
"updatedBy": "jdupont",
"value": "JM"
}
],
"deleted": [
{
"value": "CA",
"listId": "1234_MYIPLIST"
}
],
"updated": []
}
Was this page helpful?