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<uri>
required
employee
object

Reference to an employee resource.

Examples:
{
"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<date-time-offset>

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

Examples:

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