Available Goal Sharing Options

Provides a list of employees with whom the specified employee's goals may be shared.

Log in to see full request history

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" } ] }
Path Params
string
required

The subdomain used to access BambooHR. If you access BambooHR at https://mycompany.bamboohr.com, then the companyDomain is "mycompany"

string
required

employeeId is the employee ID to get sharing options for.

Query Params
string

The search term used to filter employees returned. Will search name, employee ID and email.

string

Limit will restrict results to specified number.

Response

Language
Credentials
:
Click Try It! to start a request and see the response here!