Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Security

PERSON_SEARCH_READ, PERSON_READ

Parameters

status : ALL, ACTIVE, INACTIVE
start : First result (0-based index) to return
limit : Maximum number of results to return
sort : Property name
sortDirection : Ascending/descending keyword (ASC/DESC or ASCENDING/DESCENDING)

Additional Search Criteria:

...

Returns 

List<PersonSearchResultTO> 

Code Block
{"success" : "true",

"resultsmessage" :"",
"100results":1,
 "rows" : 
   [
[{"idpersonId" : "58ba5ee377fdcb55-734e05e8-4ae94508-b9c59461-943774b4de415004b811dbcd",
 
    "schoolId" : 3893748,
 "jwilson219",
    "firstName" : "SallyJohn",
 
    "middleInitial" : null,
      "lastName" : "Student",
 middleName":"Mumford",
    "photoUrllastName" : null,
      "currentProgramStatusName" : "Active",
 "Wilson",
    "coach" :
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280birthDate":"1983-08-20",
          "firstName" : "Amy",
 "studentTypeName":"External",
        "lastNamecurrentAppointmentStartTime" : "Advisor",
   null,
      "primaryEmailAddressstudentIntakeComplete" : "amy.advisor@university.edu",
     :true,
    "workPhonenumberOfEarlyAlerts" : "(123) 456-7890",
          "officeLocation" : "123 Benton Hall Room A",
          "departmentName" : "Engineering & Applied Science"}},
:7,
    {"id" : "63d6229777fdcb55-bf0805e8-496f4508-acf39461-0c129d437c2b5004b811dbcd",
      "schoolIdcoachId" : 1038393,
      "firstName" : "Bill",
      "middleInitial" : null,
      "lastName" : "Smith",
      "photoUrl" : null,
      "currentProgramStatusName" : "Active"
      "coach" :
         {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280",
"06f7b046-2239-4a4a-9ee0-030429081962",
         "firstNamecoachFirstName" : "AmyRichard",

         "lastNamecoachLastName" : "AdvisorWilson",
     
    "primaryEmailAddressphotoUrl" : "amy.advisor@university.edu",
     :null,
    "workPhonecurrentProgramStatusName" : "(123) 456-7890",
          "officeLocation" : "123 Benton Hall Room A",
          "departmentName" : "Engineering & Applied Science"}},
      ...
 "Active"}
  ]
}