---
title: "Get the LinkedIn group"
method: GET
path: "/linkedin/group"
---

# Get the LinkedIn group

`GET /linkedin/group`

Get the LinkedIn group. Required at least one of the query parameters

## Query parameters

- `url` string, url
- `groupId` string

## Response `200`

Group profile response

- object
  - `element` Group
    - `id` string — Unique identifier for the LinkedIn group.
    - `linkedinUrl` string, url — URL of the LinkedIn group.
    - `name` string, nullable — Name of the LinkedIn group.
    - `memberCount` integer, nullable — Number of members in the group.
    - `logo` object, nullable — Details about the group's logo.
      - `url` string, url — URL of the group's logo.
      - `width` integer — Width of the logo image.
      - `height` integer — Height of the logo image.
      - `expiresAt` integer — Timestamp when the logo URL expires.
    - `heroImage` object, nullable — Details about the group's hero image.
      - `url` string, url — URL of the group's hero image.
      - `width` integer — Width of the hero image.
      - `height` integer — Height of the hero image.
      - `expiresAt` integer — Timestamp when the hero image URL expires.
    - `description` string, nullable — Description of the LinkedIn group.
    - `rules` string, nullable — Rules of the LinkedIn group.
    - `createdAt` object, nullable — Creation timestamp and date of the group.
      - `date` string, date-time — Creation date of the group in string format.
      - `timestamp` integer — Creation date of the group as a Unix timestamp.
    - `groupPlusStatusActive` boolean — Indicates if Group Plus status is active.
    - `postApprovalEnabled` boolean — Indicates if post approval is enabled for the group.
    - `invitationLevel` string, nullable — Level of invitation required for the group (e.g., 'Anyone', 'ByInvitation').
    - `welcomeNote` string, nullable — Welcome note for new members.
    - `automatedWelcomeNoteEnabled` boolean — Indicates if automated welcome note is enabled.
    - `publicVisibility` boolean — Indicates if the group is publicly visible.
    - `admins` object — Information about the group administrators.
      - `totalCount` integer, required — Total count of administrators.
      - `text` string, nullable — Text representation of administrators (e.g., "John Doe and 2 others").
      - `profiles` object[], required — List of admin profiles.
        - `id` string, required — Unique identifier for the admin profile.
        - `linkedinUrl` string, url, required — URL of the admin's LinkedIn profile.
        - `firstName` string, required — First name of the admin.
        - `lastName` string, required — Last name of the admin.
        - `headline` string, nullable — Headline of the admin's LinkedIn profile.
        - `picture` string, url, nullable — URL of the admin's profile picture.
  - `status` string
  - `error` string
  - `query` object
    - `url` string

## Other responses

- `400` — Unexpected error

---

[API](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference.md) · [All operations](https://skmtc.net/harvestapi/apis/harvestapi-linkedin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harvestapi/harvestapi-linkedin-api-reference/versions/8dbddebc7f88/schema)
