...
This method calls the corresponding uPlatform API to obtain those individuals assigned the Coach group.
Info |
---|
For performance reasons, this result set is populated by a background job that by default runs every 5m. The background job and known issues with user attribute caching in uPortal affect how quickly the coach list in uPortal is updated. |
GET /ssp/api/1/person/coach
...
Code Block |
---|
{"success" : "true", "results" : "100", "rows" : [{"id" : "58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName" : "Camden", "lastName" : "Coach"}, {"primaryEmailAddressid" : "camden.coach@university.edu63d62297-bf08-496f-acf3-0c129d437c2b", "workPhonefirstName" : "(123) 313-2837Christina", "officeLocationlastName" : "Stiller Hall Room 132", "departmentName" : "Management & Accounting"}, {"id" : "63d62297-bf08-496f-acf3-0c129d437c2b", "firstName" : "Christina", "lastName" : "Coach", "primaryEmailAddress" : "christina.coach@university.edu", "workPhone" : "(323) 322-2907", "officeLocation" : "Krieger Hall Room 9", "departmentName" : "PsychologyCoach"}, ... ] } |
Get a Person
GET /ssp/api/1/person/{id}
...