---
title: "Switch LinkedIn account type"
method: PUT
path: "/v1/accounts/{accountId}/linkedin-organization"
tags: ["Connect"]
---

# Switch LinkedIn account type

`PUT /v1/accounts/{accountId}/linkedin-organization`

Switch a LinkedIn account between personal profile and organization (company page) posting.

## Path parameters

- `accountId` string, required

## Request body

- object
  - `accountType` 'personal' | 'organization', required
  - `selectedOrganization` object

## Response `200`

Account updated

- object
  - `message` string
  - `accountType` 'personal' | 'organization'
  - `accountName` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Account not found

---

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