Appearance
Switch LinkedIn account type
Switch a LinkedIn account between personal profile and organization (company page) posting.
PUT /v1/accounts/{accountId}/linkedin-organization
Switch a LinkedIn account between personal profile and organization (company page) posting.
Parameters
accountId(path, string) required
Request body
Content-Type: application/json
accountType(string) required (enum: personal, organization)selectedOrganization(object)
Example:
json
{
"accountType": "organization",
"selectedOrganization": {
"id": "12345678",
"name": "Acme Corporation",
"vanityName": "acme-corp"
}
}Responses
200 — Account updated
message(string)account($ref)
400 — Invalid request
401
404 — Account not found