id string
first_name string
last_name string
username string
job_title string
state string
raw_attributes object
custom_attributes object
updated_at string
A unique identifier for an object.
first_name string
The first name of the person.
last_name string
The last name of the person.
username string
The username of the person.
job_title string
The current value of the employee's job title, updating this field will create a new row in position history.
state string
ENUM: active | inactive | suspected
objects
value string
type string
primary boolean
raw_attributes object
custom_attributes object
objects
id string
name string
raw_attributes object
updated_at string
The date and time when the object was last updated.
Example of response
{
"id": "1015581055422",
"username": "username",
"first_name": "",
"last_name": "",
"state": "active",
"job_title": "",
"groups": [
{
"id": "04d34og82hamd7d",
"name": "dev"
}
],
"emails": [
{
"type": "work",
"primary": false,
"value": "[email protected]"
}
],
"created_at": "2023-12-08T10:29:33.000Z",
"updated_at": "2023-12-08T10:29:33.000Z",
"raw_attributes": {},
"customAttributes": {}
}