Identity Store People Associations APIs (Overview)

 

 

In this Section

Overview

 <WRITE OVERVIEW>

Audience

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 Organization Info APIs

 <WRITE SUMMARY AND INCLUDE LIST OF ORGINFO APIS>

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 all known PPS associations for the user with IAMId = 1234567890.

Sample JSON Requests
curl -i -H "Accept: application/json" https://iet-ws.ucdavis.edu/api/iam/associations/pps/1234567890&key=myKeyv&v=1.0

If you need assistance with this APIs, please email middleware-api@ucdavis.edu.