This service will return the same response as the PeopleService, but it is a GET request for either 1 individual if searching by netid/upi or a small subset if searching by name parameters.
Service Contract:
(Placeholder)
Endpoint: https://gw-dev.its.yale.edu/soa-gateway/PeopleHub/SearchByIndividual?
Parameters: These can be added in any amount, all 4 can be used, just one, or any combination of the 4. However, at least 1 parameter value must be used for this service. To use multiple parameters place "&" in between the parameter names.
netid=
upi=
firstname= (Partial or full names are allowed, if partial name it must be the first portion of the name)
lastname= (Partial or full names are allowed, if partial name it must be the first portion of the name)
outputformat= (enter xml or json), if no output format is defined, it will default to xml
Examples:
https://gw-dev.its.yale.edu/soa-gateway/PeopleHub/SearchByIndividual?lastname=Young&firstname=Br&outputformat=json
https://gw-dev.its.yale.edu/soa-gateway/PeopleHub/SearchByIndividual?netid=sl2393
Related articles