RetrieveEmployeeResponse
Name | Type | Tags | Description |
---|---|---|---|
employee |
Employee | undefined |
Optional | An employee object that is used by the external API. |
errors |
Error[] | undefined |
Optional | Any errors that occurred during the request. |
{
"employee": null,
"errors": null
}