The easiest way to start learning about this interface is to try it out. This section shows how to use the curl command line tool to execute sample queries.
The results array always contains the parameters listed in this section, even if the value is empty.
Property
Description
iamId
Unique University ID created by IAM system. Replaces MOTHRAID.
mothraId
Legacy unique ID from mothra system.
ppsId
PPS employee ID
studentId
Banner student ID
bannerPIdM
Banner alternative ID for faculty/instructors and students
externalId
Unique ID from external systems
employeeId
Unique 8-11 digit Employee Id – currently PPS employee ID will become UCPath employee ID.
ucnetId
Unique Id provided by UCOP for each employee, used for LMS access.
results[]
results[] contains an array of bulk load result objects, one for each result. Each time the API executes, this property is cleared, and each time a API completes, the array is populated. If there are no results to report, the .length property of this array will be set to 0. Therefore, results will never be null, and you can always safely check for results.length == 0.