LinkedIn · Example Payload

Linkedin Marketing Leads Validate The Users Organization Response200 Example

BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

Linkedin Marketing Leads Validate The Users Organization Response200 Example is an example object payload from LinkedIn, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pagingelements

Example Payload

Raw ↑
{
  "paging": {
    "start": 42,
    "count": 42,
    "links": []
  },
  "elements": [
    {
      "roleAssignee": "example_value",
      "state": "example_value",
      "lastModified": {
        "actor": {},
        "impersonator": {},
        "time": {}
      },
      "role": "example_value",
      "created": {
        "actor": {},
        "impersonator": {},
        "time": {}
      },
      "organization": "example_value"
    }
  ]
}