UCL · Example Payload

Ucl Oauth User Data Example

EducationHigher EducationUniversityUnited KingdomOpen DataResearchLibraryTimetable

Ucl Oauth User Data Example is an example object payload from UCL, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

okemailfull_namedepartmentcngiven_nameupiscope_numberis_student

Example Payload

Raw ↑
{
  "ok": "true",
  "email": "xxxxxxx@ucl.ac.uk",
  "full_name": "John Doe",
  "department": "Dept of Computer Science",
  "cn": "xxxxxxx",
  "given_name": "John",
  "upi": "jdoe12",
  "scope_number": 0,
  "is_student": true
}