> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Employee Profiles

Retrieve a list of active employee profiles.

**Note:** Requires appropriate permissions to access employee data. For more information refer to [HiBob documentation](https://apidocs.hibob.com/reference/people).

<Note>
  External Documentation

  To learn more, visit the [HiBob documentation](https://apidocs.hibob.com/reference/get_profiles).
</Note>

## Example Output

```json theme={"dark"}
{
	"employees": [
		{
			"id": "string",
			"firstName": "string",
			"surname": "string",
			"email": "user@example.com",
			"displayName": "string",
			"personal": {
				"honorific": "string",
				"shortBirthDate": "string",
				"nationality": [
					"string"
				],
				"pronouns": "string"
			},
			"about": {
				"avatar": "string",
				"hobbies": [
					"string"
				],
				"foodPreferences": [
					"string"
				],
				"socialData": {
					"linkedin": "string",
					"twitter": "string",
					"facebook": "string"
				},
				"superpowers": "string"
			},
			"work": {
				"shortStartDate": "2026-02-02",
				"startDate": "2026-02-02",
				"manager": "string",
				"tenureDuration": {
					"periodISO": "string",
					"sortFactor": 0,
					"humanize": "string"
				},
				"custom": [
					"string"
				],
				"durationOfEmployment": {
					"periodISO": "string",
					"sortFactor": 0,
					"humanize": "string"
				},
				"reportsToIdInCompany": 0,
				"employeeIdInCompany": 0,
				"reportsTo": {
					"displayName": "string",
					"email": "string",
					"surname": "string",
					"firstName": "string",
					"id": "string"
				},
				"workMobile": "string",
				"workPhone": "string",
				"indirectReports": 0,
				"siteID": 0,
				"tenureDurationYears": 0,
				"department": "string",
				"tenureYears": 0,
				"isManager": "string",
				"title": "string",
				"site": "string",
				"originalStartDate": "string",
				"activeEffectiveDate": "string",
				"directReports": 0,
				"secondLevelManager": "string",
				"daysOfPreviousService": 0,
				"yearsOfService": 0
			}
		}
	]
}
```

## Workflow Library Example

[Get Employee Profiles with Hibob and Send Results Via Email](https://library.blinkops.com/workflows/get-employee-profiles-with-hibob-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-employee-profiles-with-hibob-and-send-results-via-email/canvas" />
</div>
