Example 14151
User Directory
A list of user accounts with roles.
{
users: [
{
id: 1
name: "Johanna Boehm MD"
email: "Jake32@hotmail.com"
role: "admin"
active: true
}
{
id: 2
name: "Whitney Schaden"
email: "Jaqueline.Hermann92@hotmail.com"
role: "viewer"
active: true
}
{
id: 3
name: "Titus Gottlieb I"
email: "Timmothy_Rempel12@hotmail.com"
role: "admin"
active: false
}
{
id: 4
name: "Darin Nolan"
email: "Lynda45@yahoo.com"
role: "admin"
active: true
}
{
id: 5
name: "Pauline Ankunding"
email: "Janick83@yahoo.com"
role: "editor"
active: false
}
{
id: 6
name: "Miss Isai Gislason"
email: "Josephine.Schmitt65@yahoo.com"
role: "moderator"
active: false
}
]
}