{
"data": [
{
"email": "string",
"employee_id": "string",
"id": "integer",
"name": "string"
}
],
"extended_message": "string",
"message": "string",
"status": "string",
"status_code": "integer"
}
Name | Example | Description |
---|---|---|
data[] | ||
data[].email | "[email protected]" |
The email of the employee |
data[].employee_id | "E1234" |
Employee id of the employee |
data[].id | 5 |
The eloomi id of the user assigned |
data[].name | "Morten Pedersen" |
Name of the employee |
extended_message |
Text to help with debugging |
|
message |
Text to help with debugging |
|
status | "OK" |
HTTP Status text |
status_code | 200 |
HTTP Status code |