Kfupm Get Person Example

EducationHigher EducationUniversityResearchOpen AccessRepositorySaudi ArabiaMiddle East

Kfupm Get Person Example is an example object payload from King Fahd University of Petroleum & Minerals, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://pure.kfupm.edu.sa/ws/api/persons/{uuid}",
    "headers": {
      "Accept": "application/json",
      "api-key": "<YOUR_PURE_API_KEY>"
    }
  },
  "response": {
    "pureId": 200654321,
    "uuid": "b2c3d4e5-0000-0000-0000-000000000010",
    "createdDate": "2019-03-12T09:00:00.000Z",
    "modifiedDate": "2025-02-20T14:05:00.000Z",
    "portalUrl": "https://pure.kfupm.edu.sa/en/persons/b2c3d4e5",
    "version": "1",
    "startDateAsResearcher": "2010-09-01",
    "employeeStartDate": "2010-09-01",
    "affiliationNote": "College of Petroleum Engineering & Geosciences",
    "keywordGroups": [],
    "externalPositions": [],
    "links": []
  }
}