{
"users" : [ {
"id" : 1,
"locale" : "en_GB",
"currency" : "EUR",
"status" : "ACTIVE",
"party" : {
"id" : 1,
"type" : "person",
"firstName" : "Scott",
"lastName" : "Spacey",
"pictureURL" : "https://facehub.appspot.com/default/person?text=SS&size=100"
},
"username" : "scott",
"timezone" : "Europe/London",
"lastLoginAt" : "2015-12-11T14:01:15Z",
"name" : "Scott Spacey",
"taskReminder" : true
}, {
"id" : 12345682,
"locale" : "en_GB",
"currency" : "GBP",
"status" : "ACTIVE",
"party" : {
"id" : 448488,
"type" : "person",
"firstName" : "John",
"lastName" : "Spacey",
"pictureURL" : "https://facehub.appspot.com/default/person?text=JS&size=100"
},
"username" : "john",
"timezone" : "Europe/London",
"lastLoginAt" : "2015-11-24T16:45:53Z",
"name" : "John Spacey",
"taskReminder" : false
} ]
}