JSON representation of the image file that represents an employee.

You can also retrieve the actual image file through content negotiation: Accept: image/*.

id
string
required
Minimum length: 1
type
string
required
Allowed value: "portrait"
url
string
required
employee
object

Reference to an employee resource.

Example:
{
  "id": "416",
  "type": "employee",
  "url": "https://example.ilucca.net/lucca-api/employees/416"
}
fileName
string
Minimum length: 1
contentType
string

Examples may be: 'image/jpeg', 'image/png', 'image/bmp', 'image/gif', 'image/tiff', etc...

createdAt
string

Read-only. UTC timestamp of the moment this object was created.

Example:

"2023-01-23T12:45:23.1234Z"