---
title: "Read the public profile section of all active employees."
method: GET
path: "/profiles"
tags: ["People"]
---

# Read the public profile section of all active employees.

`GET /profiles`

Returns a predefined list of fields for all active employees the service user can access. Refer to the '200' response for the response schema.

Ensure the service user has the necessary permissions to access all the users and fields you want to retrieve, including the vasic default fields permissions.

Explore the [People API](https://apidocs.hibob.com/reference/people) main reference page for information about rate limits, permissions, troubleshooting and more.

## Response `200`

Employee profiles

- EmployeesProfiles
  - `employees` EmployeeProfile[]
    - `id` string — A unique identifier representing a specific employee.
    - `firstName` string — Employee's first name.
    - `surname` string — Employee's surname.
    - `email` string, email — Employee's email address.
    - `displayName` string — The employee's display name. This defaults to first name & last name but can be customized.
    - `personal` PersonalPart
      - `honorific` string — The employee's title, This can be Mr, Mrs. Ms. etc.
      - `shortBirthDate` string
      - `nationality` string[] — A list of countries in which the employee has citizenship.
      - `pronouns` string — One of Male / Female.
    - `about` AboutPart
      - `avatar` string — Image URL of the employee's avatar.
      - `hobbies` string[] — An array of the employee's hobbies.
      - `foodPreferences` string[] — An array of the employee's food preferences.
      - `socialData` object — Employee's social data.
        - `linkedin` string
        - `twitter` string
        - `facebook` string
      - `superpowers` string — Employee's super powers.
    - `work` WorkPartMachineFormat
      - `shortStartDate` string, date — The employee's employment start date without the year
      - `startDate` string, date — The employee's employment start date without the year
      - `manager` string — The full name of the employee's manager.
      - `tenureDuration` object — The tenure duration of the employee.
        - `periodISO` string
        - `sortFactor` number
        - `humanize` string
      - `custom` string[] — The custom fields of the employee.
      - `durationOfEmployment` object — The tenure duration of employment of the employee.
        - `periodISO` string
        - `sortFactor` number
        - `humanize` string
      - `reportsToIdInCompany` number — The ID in company of the manager.
      - `employeeIdInCompany` number — The ID of the manager.
      - `reportsTo` object — The full name of the person the employee reports to.
        - `displayName` string
        - `email` string
        - `surname` string
        - `firstName` string
        - `id` string
      - `workMobile` string — The work mobile number.
      - `workPhone` string — The work phone number.
      - `indirectReports` number — The person this employee reports to indirectly.
      - `siteID` number — The ID of the site the employee belongs to.
      - `tenureDurationYears` number — The tenture duration in years.
      - `department` string — The department this employee belong to.
      - `tenureYears` number — The tenture in years.
      - `isManager` string — Is the employee a manager (Yes/No).
      - `title` string — The employee's title.
      - `site` string — The employee's site.
      - `originalStartDate` string — The original date the employee started to work
      - `activeEffectiveDate` string — The active effective date the employee started to work
      - `directReports` number — The internal ID of the person this employee reports to directly
      - `secondLevelManager` string — The ID of the manager in the second level
      - `daysOfPreviousService` number — The number of days in previous service
      - `yearsOfService` number — The number of years in service

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
