{
"users": [
{
"id": "123456789",
"email": "johndoe@example.com",
"first_name": "John",
"last_name": "Doe",
"type": 1,
"status": "active",
"pmi": 1234567890,
"timezone": "America/Los_Angeles",
"dept": "",
"created_at": "2022-01-01T12:00:00Z",
"last_login_time": "2022-01-01T12:00:00Z",
"verified": 1,
"pic_url": "https://example.com/profile_pic.jpg",
"host_key": "1234567890",
"group_ids": [
"123456",
"789012"
],
"im_group_ids": [],
"account_id": "1234567890",
"language": "en-US",
"phone_number": "+1 123-456-7890",
"status_updated_at": "2022-01-01T12:00:00Z",
"job_title": "Software Engineer",
"company": "ABC Corp",
"location": "San Francisco, CA",
"custom_attributes": {
"attribute1": "value1",
"attribute2": "value2"
}
},
...
]
}