Update profile

View as MarkdownOpen in Claude
Update a profile. **Request body fields (wrapped in `profile` object for CREATE; flat for UPDATE):** - `campaign_id` (string, required for create) - Parent campaign ID. - `seat_id` (string, required for create) - Seat performing outreach. - `member_id` (string, required) - Linkedin member ID. - `status` (string, optional) - `RUN` | `DONE` | `PAUSED`. - `first_name` / `last_name` (string, optional) - Profile name override.

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

account_idstringRequired
campaign_idstringRequired
profile_idstringRequired

Request

This endpoint expects an object.
statusstringRequired
last_namestringRequired

Response

This endpoint returns an object.
successboolean
profileobject
profile_oldobject
updated_fieldslist of any

Errors