Skip to main content
LinkedIn Page posts use the same settings schema as personal LinkedIn profiles. The only difference is the __type value - everything else (carousel options, image arrays, content) is identical.

Settings Schema

For the full field reference (including post_as_images_carousel and carousel_name), see the LinkedIn settings page.

Fields

FieldTypeRequiredDescription
__typestringYesMust be linkedin-page
post_as_images_carouselbooleanNoDisplay multiple images as a carousel
carousel_namestringNoName for the carousel document. Only used when post_as_images_carousel is true.

Complete Example

For a carousel example, see the LinkedIn carousel example - swap __type: "linkedin" for __type: "linkedin-page".