Contact Information
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageintegerOptionalDefault:
Page number
0Example: 0sizeinteger · min: 1 · max: 50OptionalDefault:
Page size
10Example: 10querystringOptional
Example:
Search Query
| Supported Keys | Supported Operators | Notes |
|---|---|---|
| id | : | Equal operator Support multiple values with each value separated by the ; delimiterThe contact information ID value is the same as the ID of the employee who owns this contact information |
| employee.id | : | Equal operator Support multiple values with each value separated by the ; delimiterThe contact information ID value is the same as the ID of the employee who owns this contact information |
{"summary":"Search Contact Information by Multiple Contact Information or Employee IDs","value":"id:e18f5618-bc6c-11e6-80f5-76304dec7eb1;0100902f-5d8f-4de4-8fae-5ced86831dd1"}Responses
200
OK
application/json
totalPagesintegerRequired
Total number of pages available
lastbooleanRequired
Indicates whether this is the last page
totalElementsintegerRequired
Total number of elements across all pages
numberOfElementsintegerRequired
Number of elements in the current page
firstbooleanRequired
Indicates whether this is the first page
sizeintegerRequired
Size of the page (number of elements per page)
numberintegerRequired
Current page number (zero-indexed)
400
Bad Request
get
/core/v1/contact-informationAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefResponses
200
OK
application/json
idstringOptional
mobilePhonestringOptional
emailstringOptional
deprecated
workEmailstringOptional
personalEmailstringOptional
originalAddressstringOptional
originalAddressPhoneNumberstringOptional
facebookstringOptional
linkedInstringOptional
effectiveDatestring · dateOptional
YYYY-MM-DD
createdBystringOptional
createdDatenumberOptional
updatedBystringOptional
updatedDatenumberOptional
400
Bad Request
get
/core/v1/employees/{employeeId}/contact-informationAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
employeeIdstringRequiredExample:
0ab1c2d3-e4f5-6789-0123-456789abcdefBody
emailstringOptional
mobilePhonestringOptionalPattern:
e.g. +6281234567890
^[+]{1}[0-9-() ]+originalAddressstringOptional
Responses
200
OK
application/json
idstringOptional
mobilePhonestringOptional
emailstringOptional
deprecated
workEmailstringOptional
personalEmailstringOptional
originalAddressstringOptional
originalAddressPhoneNumberstringOptional
facebookstringOptional
linkedInstringOptional
effectiveDatestring · dateOptional
YYYY-MM-DD
createdBystringOptional
createdDatenumberOptional
updatedBystringOptional
updatedDatenumberOptional
400
Bad Request
put
/core/v1/employees/{employeeId}/contact-informationLast updated