get https://api.bamboohr.com/api/gateway.php//v1/performance/employees//goals/shareOptions
Provides a list of employees with whom the specified employee's goals may be shared.
Sample Request Url
https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/1234/goals/shareOptions?search=d&limit=3
Sample Response
{
"persons": [
{
"employeeId": 40344,
"userId": null,
"displayFirstName": "Deanna",
"lastName": "Troi",
"photoUrl": "https://02148103670011bf7f33-87fe7925fb552d016cb58df9dae3d2a9.ssl.cf1.rackcdn.com/photos/40344-0-4.jpg"
},
{
"employeeId": 40345,
"userId": null,
"displayFirstName": "Lt Commander",
"lastName": "Data",
"photoUrl": "https://02148103670011bf7f33-87fe7925fb552d016cb58df9dae3d2a9.ssl.cf1.rackcdn.com/photos/40345-0-4.jpg"
}
]
}