Skip to main content
Retrieve a list of active employee profiles. Note: Requires appropriate permissions to access employee data. For more information refer to HiBob documentation.
External DocumentationTo learn more, visit the HiBob documentation.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop