Skip to main content

Represents a single extension value of an employee. Its value must conform to the schema of the corresponding employee-extension-definition.

As a result, its value is highly polymorphic and you need the definition to interpret it.

If the definition allows for multiple values, then you may have more than one employee-extension for any given employee and this definition.

extensionDefinition
object
required

Reference to an extension-definition Reference to an employee-extension-definition resource.

employee
object
required

Reference to an employee resource.

id
string
Minimum length: 1
type
string
Allowed value: "employee-extension"
url
string<uri>
value
createdAt
string<date-time-offset>

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

Examples:

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

lastUpdatedAt
string<date-time>

Read-only. UTC timestamp of the moment this object was last updated. Set upon creation, update or deletion of the object.

Examples:

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