{
"id": 123,
"is_deleted": false,
"external_id": "ext_u_123",
"old_id": 567,
"identity_id": "auth0|abc",
"is_active": true,
"azure_object_id": "00000000-0000-0000-0000-000000000000",
"name": "John Doe Updated",
"username": "johndoe",
"email": "john.doe@example.com",
"user_roles": [
{
"id": 1,
"role": "admin",
"created_at": "2023-10-01T12:00:00Z"
}
],
"groups": [
{
"id": 1,
"group_id": 10,
"groupByName": {
"name": "Engineering"
}
}
],
"profile_pic_file_id": 1001,
"timezone": "UTC",
"phone_number": "+1234567890",
"tenant_id": 1,
"created_at": "2023-10-01T12:00:00Z",
"created_by": 1,
"updated_by": 1,
"updated_at": "2023-10-02T10:00:00Z",
"old": {
"id": 123,
"name": "John Doe",
"is_active": true,
"updated_at": "2023-10-01T12:00:00Z"
}
}