API v1: People (Deprecated)
People enables all information from the People >> Personal Information >> Personal Information for active and non active employees to be retrieve and modified through this API. The identifying key for this API is PERSONID.
Navigation Relations
The following navigations are available from the People API entry.
Security
The security for each role is defined in the following table:
Examples
This section provides a number of examples on retrieving data from the API.
Return All People
To return all people including leavers and new hires who have not joined the following request can be made.
Return Active Employees
Return all active employees.
Return Top 20 People
Return the top 20 people via the API.
Return Selected Fields
Return all people who have 'ab'' in their surname, order by surname and only return the surname and first name of the employees.
Return Selected Person by Key
Return the person with a Person Code of CEZ01 using the key. Two example are provided, one returning XML and the other in JSON format.
Return the Current Primary Employment
Return the current primary employment information for a person with a code of CEZ01.