List a person's posts
get_person_profile_postsReturns an empty list if the person has not posted. Group: Person. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of posts per page. | |
| start | No | Offset of the first result. Pass the `cursor` value from the previous response to fetch the next page. | |
| memberId | Yes | A LinkedIn member identifier, returned by `/people/search` and `/company/{companyId}/employees`. |