OverviewThese APIs provide search capability for People data that is published from the IAM Identity Store. These APIs will return general information about people, including names, system ids, affiliations, primary user accounts, and contact info. Audience Excerpt |
---|
This documentation is intended for developers who wish to perform a basic search on the public data within the IAM system from within their application via the REST with JSON interface. |
This is currently the only interface available for this API. If you would like to see an XML interface please email middleware-api@ucdavis.edu.Summary of People APIsCore People APIThe centerpiece of the Identity Store People APIs, the Core People API, provides information about people, including official and display names, affiliations, and system IDs (e.g. mothraId, studentId, etc.). Accessing this data is as easy as passing your search parameters as query parameters in the url. For example, the following curl command would return information about the user, Gary Sharpe. Code Block |
---|
title | Sample JSON Requests |
---|
| curl -i -H "Accept: application/json" |
|