---
title: "Assign a LinkedIn account to a sequence"
method: POST
path: "/v3/sequences/{id}/linkedin-account-links"
tags: ["Sequence LinkedIn Accounts"]
---

# Assign a LinkedIn account to a sequence

`POST /v3/sequences/{id}/linkedin-account-links`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Links a LinkedIn account to the specified sequence

## Path parameters

- `id` integer, required

## Request body

- object
  - `linkedInAccountId` integer, required — LinkedIn account Id to assign

## Response `200`

LinkedIn account is already linked to the sequence (idempotent)

## Other responses

- `201` — LinkedIn account assigned to sequence successfully
- `400` — Invalid id parameter or request body validation error
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to modify this sequence
- `404` — Sequence or LinkedIn account not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
