Saltar al contenido principal
GET
/
v1
/
people
/
employees
/
{employeeReference}
Get one employee by its reference
curl --request GET \
  --url https://api.bold-factory.com/v1/people/employees/{employeeReference} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "code": "<string>",
  "fullName": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "pictureFileId": "<string>",
  "mainUserEmail": "<string>",
  "picture": {
    "id": "<string>",
    "readOnlyUri": "<string>"
  },
  "emails": [
    "<string>"
  ],
  "createdBy": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "deletedAt": "2023-11-07T05:31:56Z"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

employeeReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
code
string
requerido
fullName
string
requerido
firstName
string
requerido
lastName
string
requerido
pictureFileId
null | string
requerido
mainUserEmail
null | string
requerido
picture
object
requerido
emails
string[]
requerido
createdBy
string
requerido
createdAt
string<date-time>
requerido
lastModifiedBy
string
requerido
lastModifiedAt
string<date-time>
requerido
deletedAt
null | string<date-time>
requerido